#2FEB54

Color #2FEB54 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2FEB54

Tints of Malachite #2FEB54

Color information

#2FEB54 (or 0x2FEB54) is unknown color: approx Malachite. HEX triplet: 2F, EB and 54. RGB value is (47,235,84). Sum of RGB (Red+Green+Blue) = 47+235+84=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 235 (92.19% from 255 or 64.21% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB54 is #D014AB. Grayscale: #A1A1A1. Windows color (decimal): -13636780 or 5565231. OLE color: 5565231.

HSL color Cylindrical-coordinate representation of color #2FEB54: hue angle of 131.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB54 is Cyan = 0.8, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB4723584-
CMYK0.800.640.08
HSL131.81º82.46%55.29%-
HSV(B)131.81º80%92.16%-
XYZ32.4860.6618.38-
YUV161.5784.2246.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 12.84%
GREEN value IS 235 (92.19% from 255) = 64.21%
BLUE value IS 84 (33.20% from 255) = 22.95%
R=12.84%
G=64.21%
B=22.95%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal47235840.800.640.08131.8182.4655.29
Hex2FEB54500408845237
Octal5735312412001001020412267
Binary1011111110101110101001010000010000001000100001001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FEB54; }

 p { color: rgb(47,235,84); }

 H1.HeaderClassName
 {
   color: #2FEB54;
 }
 .AnyTagClassName
 {
   color: #2FEB54;
 }
</style>
background-color css

<style>
 a { background-color: #2FEB54; }

 a { background-color: rgb(47,235,84); }

 div.DivClassName
 {
   background-color: #2FEB54;
 }
 .BgClassName
 {
   background-color: #2FEB54;
 }
</style>
border-color css

<style>
 span { border-color: #2FEB54; }

 span { border-color: rgb(47,235,84); }

 td.TdClassName
 {
   border-color: #2FEB54;
 }
 .TagClassName
 {
   border-color: #2FEB54;
 }
</style>