#2FE120

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

Shades of Lime Green #2FE120

Tints of Lime Green #2FE120

Color information

#2FE120 (or 0x2FE120) is unknown color: approx Lime Green. HEX triplet: 2F, E1 and 20. RGB value is (47,225,32). Sum of RGB (Red+Green+Blue) = 47+225+32=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE120 is #D01EDF. Grayscale: #969696. Windows color (decimal): -13639392 or 2154799. OLE color: 2154799.

HSL color Cylindrical-coordinate representation of color #2FE120: hue angle of 115.34º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FE120 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB4722532-
CMYK0.7900.860.12
HSL115.34º76.28%50.39%-
HSV(B)115.34º85.78%88.24%-
XYZ28.3654.5610.4-
YUV149.7861.5354.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.46%
GREEN value IS 225 (88.28% from 255) = 74.01%
BLUE value IS 32 (12.89% from 255) = 10.53%
R=15.46%
G=74.01%
B=10.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal47225320.7900.860.12115.3476.2850.39
Hex2FE1204F056C734c32
Octal573414011701261416311462
Binary10111111100001100000100111101010110110011100111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,225,32); }

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

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

 a { background-color: rgb(47,225,32); }

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

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

 span { border-color: rgb(47,225,32); }

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