Shades of Lime Green #2FD236
Tints of Lime Green #2FD236
RGB
CMYK
RGB Variations
Color information
#2FD236 (or 0x2FD236) is known color: Lime Green. HEX triplet: 2F, D2 and 36. RGB value is (47,210,54). Sum of RGB (Red+Green+Blue) = 47+210+54=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 210 (82.42% from 255 or 67.52% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD236 is #D02DC9. Grayscale: #8F8F8F. Windows color (decimal): -13643210 or 3592751. OLE color: 3592751.
HSL color Cylindrical-coordinate representation of color #2FD236: hue angle of 122.58º 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 #2FD236 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 210 | 54 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.18 |
| HSL | 122.58º | 0.64% | 0.5% | - |
| HSV(B) | 122.58º | 0.78% | 0.82% | - |
| XYZ | 24.88 | 46.96 | 11.24 | - |
| YUV | 143.48 | 77.5 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 210 | 54 | 0.78 | 0 | 0.74 | 0.18 | 122.58 | 0.64 | 0.5 |
| Hex | 2F | D2 | 36 | 4E | 0 | 4A | 12 | 7B | 40 | 32 |
| Octal | 57 | 322 | 66 | 116 | 0 | 112 | 22 | 173 | 100 | 62 |
| Binary | 101111 | 11010010 | 110110 | 1001110 | 0 | 1001010 | 10010 | 1111011 | 1000000 | 110010 |
Color Harmonies of #2FD236
Complementary color
Monochromatic Colors of #2FD236
Black with #2FD236
Text Example
Text Example
White with #2FD236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD236; }
p { color: rgb(47,210,54); }
H1.HeaderClassName
{
color: #2FD236;
}
.AnyTagClassName
{
color: #2FD236;
}
</style>
background-color css
<style>
a { background-color: #2FD236; }
a { background-color: rgb(47,210,54); }
div.DivClassName
{
background-color: #2FD236;
}
.BgClassName
{
background-color: #2FD236;
}
</style>
border-color css
<style>
span { border-color: #2FD236; }
span { border-color: rgb(47,210,54); }
td.TdClassName
{
border-color: #2FD236;
}
.TagClassName
{
border-color: #2FD236;
}
</style>