Shades of Lime Green #2FCF39
Tints of Lime Green #2FCF39
RGB
CMYK
RGB Variations
Color information
#2FCF39 (or 0x2FCF39) is known color: Lime Green. HEX triplet: 2F, CF and 39. RGB value is (47,207,57). Sum of RGB (Red+Green+Blue) = 47+207+57=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 207 (81.25% from 255 or 66.56% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF39 is #D030C6. Grayscale: #8E8E8E. Windows color (decimal): -13643975 or 3788591. OLE color: 3788591.
HSL color Cylindrical-coordinate representation of color #2FCF39: hue angle of 123.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF39 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 57 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.19 |
| HSL | 123.75º | 0.63% | 0.5% | - |
| HSV(B) | 123.75º | 0.77% | 0.81% | - |
| XYZ | 24.22 | 45.53 | 11.38 | - |
| YUV | 142.06 | 79.99 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 57 | 0.77 | 0 | 0.72 | 0.19 | 123.75 | 0.63 | 0.5 |
| Hex | 2F | CF | 39 | 4D | 0 | 48 | 13 | 7C | 3F | 32 |
| Octal | 57 | 317 | 71 | 115 | 0 | 110 | 23 | 174 | 77 | 62 |
| Binary | 101111 | 11001111 | 111001 | 1001101 | 0 | 1001000 | 10011 | 1111100 | 111111 | 110010 |
Color Harmonies of #2FCF39
Complementary color
Monochromatic Colors of #2FCF39
Black with #2FCF39
Text Example
Text Example
White with #2FCF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF39; }
p { color: rgb(47,207,57); }
H1.HeaderClassName
{
color: #2FCF39;
}
.AnyTagClassName
{
color: #2FCF39;
}
</style>
background-color css
<style>
a { background-color: #2FCF39; }
a { background-color: rgb(47,207,57); }
div.DivClassName
{
background-color: #2FCF39;
}
.BgClassName
{
background-color: #2FCF39;
}
</style>
border-color css
<style>
span { border-color: #2FCF39; }
span { border-color: rgb(47,207,57); }
td.TdClassName
{
border-color: #2FCF39;
}
.TagClassName
{
border-color: #2FCF39;
}
</style>