Shades of Lime Green #2FDE32
Tints of Lime Green #2FDE32
RGB
CMYK
RGB Variations
Color information
#2FDE32 (or 0x2FDE32) is known color: Lime Green. HEX triplet: 2F, DE and 32. RGB value is (47,222,50). Sum of RGB (Red+Green+Blue) = 47+222+50=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 222 (87.11% from 255 or 69.59% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDE32 is #D021CD. Grayscale: #969696. Windows color (decimal): -13640142 or 3333679. OLE color: 3333679.
HSL color Cylindrical-coordinate representation of color #2FDE32: hue angle of 121.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDE32 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 222 | 50 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.13 |
| HSL | 121.03º | 0.73% | 0.53% | - |
| HSV(B) | 121.03º | 0.79% | 0.87% | - |
| XYZ | 27.87 | 53.08 | 11.79 | - |
| YUV | 150.07 | 71.52 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 50 | 0.79 | 0 | 0.77 | 0.13 | 121.03 | 0.73 | 0.53 |
| Hex | 2F | DE | 32 | 4F | 0 | 4D | D | 79 | 49 | 35 |
| Octal | 57 | 336 | 62 | 117 | 0 | 115 | 15 | 171 | 111 | 65 |
| Binary | 101111 | 11011110 | 110010 | 1001111 | 0 | 1001101 | 1101 | 1111001 | 1001001 | 110101 |
Color Harmonies of #2FDE32
Complementary color
Monochromatic Colors of #2FDE32
Black with #2FDE32
Text Example
Text Example
White with #2FDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDE32; }
p { color: rgb(47,222,50); }
H1.HeaderClassName
{
color: #2FDE32;
}
.AnyTagClassName
{
color: #2FDE32;
}
</style>
background-color css
<style>
a { background-color: #2FDE32; }
a { background-color: rgb(47,222,50); }
div.DivClassName
{
background-color: #2FDE32;
}
.BgClassName
{
background-color: #2FDE32;
}
</style>
border-color css
<style>
span { border-color: #2FDE32; }
span { border-color: rgb(47,222,50); }
td.TdClassName
{
border-color: #2FDE32;
}
.TagClassName
{
border-color: #2FDE32;
}
</style>