#2FD22F

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

Shades of Lime Green #2FD22F

Tints of Lime Green #2FD22F

Color information

#2FD22F (or 0x2FD22F) is unknown color: approx Lime Green. HEX triplet: 2F, D2 and 2F. RGB value is (47,210,47). Sum of RGB (Red+Green+Blue) = 47+210+47=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 210 (82.42% from 255 or 69.08% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD22F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD22F is #D02DD0. Grayscale: #8F8F8F. Windows color (decimal): -13643217 or 3133999. OLE color: 3133999.

HSL color Cylindrical-coordinate representation of color #2FD22F: hue angle of 120º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD22F is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB4721047-
CMYK0.7800.780.18
HSL120º64.43%50.39%-
HSV(B)120º77.62%82.35%-
XYZ24.7346.910.44-
YUV142.687459.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.46%
GREEN value IS 210 (82.42% from 255) = 69.08%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=15.46%
G=69.08%
B=15.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal47210470.7800.780.1812064.4350.39
Hex2FD22F4E04E12784032
Octal573225711601162217010062
Binary101111110100101011111001110010011101001011110001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,210,47); }

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

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

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

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

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

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

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