Shades of Lime Green #2FCC19
Tints of Lime Green #2FCC19
RGB
CMYK
RGB Variations
Color information
#2FCC19 (or 0x2FCC19) is known color: Lime Green. HEX triplet: 2F, CC and 19. RGB value is (47,204,25). Sum of RGB (Red+Green+Blue) = 47+204+25=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCC19 is #D033E6. Grayscale: #898989. Windows color (decimal): -13644775 or 1690671. OLE color: 1690671.
HSL color Cylindrical-coordinate representation of color #2FCC19: hue angle of 112.63º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FCC19 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 25 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.2 |
| HSL | 112.63º | 0.78% | 0.45% | - |
| HSV(B) | 112.63º | 0.88% | 0.8% | - |
| XYZ | 22.94 | 43.86 | 8.18 | - |
| YUV | 136.65 | 64.99 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 25 | 0.77 | 0 | 0.88 | 0.2 | 112.63 | 0.78 | 0.45 |
| Hex | 2F | CC | 19 | 4D | 0 | 58 | 14 | 71 | 4E | 2D |
| Octal | 57 | 314 | 31 | 115 | 0 | 130 | 24 | 161 | 116 | 55 |
| Binary | 101111 | 11001100 | 11001 | 1001101 | 0 | 1011000 | 10100 | 1110001 | 1001110 | 101101 |
Color Harmonies of #2FCC19
Complementary color
Monochromatic Colors of #2FCC19
Black with #2FCC19
Text Example
Text Example
White with #2FCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCC19; }
p { color: rgb(47,204,25); }
H1.HeaderClassName
{
color: #2FCC19;
}
.AnyTagClassName
{
color: #2FCC19;
}
</style>
background-color css
<style>
a { background-color: #2FCC19; }
a { background-color: rgb(47,204,25); }
div.DivClassName
{
background-color: #2FCC19;
}
.BgClassName
{
background-color: #2FCC19;
}
</style>
border-color css
<style>
span { border-color: #2FCC19; }
span { border-color: rgb(47,204,25); }
td.TdClassName
{
border-color: #2FCC19;
}
.TagClassName
{
border-color: #2FCC19;
}
</style>