Shades of Lime Green #2FCA42
Tints of Lime Green #2FCA42
RGB
CMYK
RGB Variations
Color information
#2FCA42 (or 0x2FCA42) is known color: Lime Green. HEX triplet: 2F, CA and 42. RGB value is (47,202,66). Sum of RGB (Red+Green+Blue) = 47+202+66=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCA42 is #D035BD. Grayscale: #8C8C8C. Windows color (decimal): -13645246 or 4377135. OLE color: 4377135.
HSL color Cylindrical-coordinate representation of color #2FCA42: hue angle of 127.35º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCA42 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 202 | 66 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.21 |
| HSL | 127.35º | 0.62% | 0.49% | - |
| HSV(B) | 127.35º | 0.77% | 0.79% | - |
| XYZ | 23.28 | 43.24 | 12.27 | - |
| YUV | 140.15 | 86.15 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 66 | 0.77 | 0 | 0.67 | 0.21 | 127.35 | 0.62 | 0.49 |
| Hex | 2F | CA | 42 | 4D | 0 | 43 | 15 | 7F | 3E | 31 |
| Octal | 57 | 312 | 102 | 115 | 0 | 103 | 25 | 177 | 76 | 61 |
| Binary | 101111 | 11001010 | 1000010 | 1001101 | 0 | 1000011 | 10101 | 1111111 | 111110 | 110001 |
Color Harmonies of #2FCA42
Complementary color
Monochromatic Colors of #2FCA42
Black with #2FCA42
Text Example
Text Example
White with #2FCA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCA42; }
p { color: rgb(47,202,66); }
H1.HeaderClassName
{
color: #2FCA42;
}
.AnyTagClassName
{
color: #2FCA42;
}
</style>
background-color css
<style>
a { background-color: #2FCA42; }
a { background-color: rgb(47,202,66); }
div.DivClassName
{
background-color: #2FCA42;
}
.BgClassName
{
background-color: #2FCA42;
}
</style>
border-color css
<style>
span { border-color: #2FCA42; }
span { border-color: rgb(47,202,66); }
td.TdClassName
{
border-color: #2FCA42;
}
.TagClassName
{
border-color: #2FCA42;
}
</style>