Shades of Lime Green #2FDF32
Tints of Lime Green #2FDF32
RGB
CMYK
RGB Variations
Color information
#2FDF32 (or 0x2FDF32) is known color: Lime Green. HEX triplet: 2F, DF and 32. RGB value is (47,223,50). Sum of RGB (Red+Green+Blue) = 47+223+50=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 223 (87.5% from 255 or 69.69% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF32 is #D020CD. Grayscale: #979797. Windows color (decimal): -13639886 or 3333935. OLE color: 3333935.
HSL color Cylindrical-coordinate representation of color #2FDF32: hue angle of 121.02º 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 #2FDF32 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 50 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.13 |
| HSL | 121.02º | 0.73% | 0.53% | - |
| HSV(B) | 121.02º | 0.79% | 0.87% | - |
| XYZ | 28.14 | 53.61 | 11.88 | - |
| YUV | 150.65 | 71.19 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 50 | 0.79 | 0 | 0.78 | 0.13 | 121.02 | 0.73 | 0.53 |
| Hex | 2F | DF | 32 | 4F | 0 | 4E | D | 79 | 49 | 35 |
| Octal | 57 | 337 | 62 | 117 | 0 | 116 | 15 | 171 | 111 | 65 |
| Binary | 101111 | 11011111 | 110010 | 1001111 | 0 | 1001110 | 1101 | 1111001 | 1001001 | 110101 |
Color Harmonies of #2FDF32
Complementary color
Monochromatic Colors of #2FDF32
Black with #2FDF32
Text Example
Text Example
White with #2FDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF32; }
p { color: rgb(47,223,50); }
H1.HeaderClassName
{
color: #2FDF32;
}
.AnyTagClassName
{
color: #2FDF32;
}
</style>
background-color css
<style>
a { background-color: #2FDF32; }
a { background-color: rgb(47,223,50); }
div.DivClassName
{
background-color: #2FDF32;
}
.BgClassName
{
background-color: #2FDF32;
}
</style>
border-color css
<style>
span { border-color: #2FDF32; }
span { border-color: rgb(47,223,50); }
td.TdClassName
{
border-color: #2FDF32;
}
.TagClassName
{
border-color: #2FDF32;
}
</style>