Shades of Lime Green #2FCF42
Tints of Lime Green #2FCF42
RGB
CMYK
RGB Variations
Color information
#2FCF42 (or 0x2FCF42) is known color: Lime Green. HEX triplet: 2F, CF and 42. RGB value is (47,207,66). Sum of RGB (Red+Green+Blue) = 47+207+66=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF42 is #D030BD. Grayscale: #8F8F8F. Windows color (decimal): -13643966 or 4378415. OLE color: 4378415.
HSL color Cylindrical-coordinate representation of color #2FCF42: hue angle of 127.13º 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 #2FCF42 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 66 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.19 |
| HSL | 127.13º | 0.63% | 0.5% | - |
| HSV(B) | 127.13º | 0.77% | 0.81% | - |
| XYZ | 24.47 | 45.62 | 12.67 | - |
| YUV | 143.09 | 84.49 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 66 | 0.77 | 0 | 0.68 | 0.19 | 127.13 | 0.63 | 0.5 |
| Hex | 2F | CF | 42 | 4D | 0 | 44 | 13 | 7F | 3F | 32 |
| Octal | 57 | 317 | 102 | 115 | 0 | 104 | 23 | 177 | 77 | 62 |
| Binary | 101111 | 11001111 | 1000010 | 1001101 | 0 | 1000100 | 10011 | 1111111 | 111111 | 110010 |
Color Harmonies of #2FCF42
Complementary color
Monochromatic Colors of #2FCF42
Black with #2FCF42
Text Example
Text Example
White with #2FCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF42; }
p { color: rgb(47,207,66); }
H1.HeaderClassName
{
color: #2FCF42;
}
.AnyTagClassName
{
color: #2FCF42;
}
</style>
background-color css
<style>
a { background-color: #2FCF42; }
a { background-color: rgb(47,207,66); }
div.DivClassName
{
background-color: #2FCF42;
}
.BgClassName
{
background-color: #2FCF42;
}
</style>
border-color css
<style>
span { border-color: #2FCF42; }
span { border-color: rgb(47,207,66); }
td.TdClassName
{
border-color: #2FCF42;
}
.TagClassName
{
border-color: #2FCF42;
}
</style>