Shades of Lime Green #2FCD39
Tints of Lime Green #2FCD39
RGB
CMYK
RGB Variations
Color information
#2FCD39 (or 0x2FCD39) is known color: Lime Green. HEX triplet: 2F, CD and 39. RGB value is (47,205,57). Sum of RGB (Red+Green+Blue) = 47+205+57=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 205 (80.47% from 255 or 66.34% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCD39 is #D032C6. Grayscale: #8D8D8D. Windows color (decimal): -13644487 or 3788079. OLE color: 3788079.
HSL color Cylindrical-coordinate representation of color #2FCD39: hue angle of 123.8º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCD39 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 57 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.20 |
| HSL | 123.8º | 0.63% | 0.49% | - |
| HSV(B) | 123.8º | 0.77% | 0.8% | - |
| XYZ | 23.74 | 44.56 | 11.22 | - |
| YUV | 140.89 | 80.65 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 57 | 0.77 | 0 | 0.72 | 0.20 | 123.8 | 0.63 | 0.49 |
| Hex | 2F | CD | 39 | 4D | 0 | 48 | 14 | 7C | 3F | 31 |
| Octal | 57 | 315 | 71 | 115 | 0 | 110 | 24 | 174 | 77 | 61 |
| Binary | 101111 | 11001101 | 111001 | 1001101 | 0 | 1001000 | 10100 | 1111100 | 111111 | 110001 |
Color Harmonies of #2FCD39
Complementary color
Monochromatic Colors of #2FCD39
Black with #2FCD39
Text Example
Text Example
White with #2FCD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD39; }
p { color: rgb(47,205,57); }
H1.HeaderClassName
{
color: #2FCD39;
}
.AnyTagClassName
{
color: #2FCD39;
}
</style>
background-color css
<style>
a { background-color: #2FCD39; }
a { background-color: rgb(47,205,57); }
div.DivClassName
{
background-color: #2FCD39;
}
.BgClassName
{
background-color: #2FCD39;
}
</style>
border-color css
<style>
span { border-color: #2FCD39; }
span { border-color: rgb(47,205,57); }
td.TdClassName
{
border-color: #2FCD39;
}
.TagClassName
{
border-color: #2FCD39;
}
</style>