Shades of Lime Green #2CCC19
Tints of Lime Green #2CCC19
RGB
CMYK
RGB Variations
Color information
#2CCC19 (or 0x2CCC19) is known color: Lime Green. HEX triplet: 2C, CC and 19. RGB value is (44,204,25). Sum of RGB (Red+Green+Blue) = 44+204+25=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 204 (80.08% from 255 or 74.73% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCC19 is #D333E6. Grayscale: #888888. Windows color (decimal): -13841383 or 1690668. OLE color: 1690668.
HSL color Cylindrical-coordinate representation of color #2CCC19: hue angle of 113.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 #2CCC19 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 25 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.2 |
| HSL | 113.63º | 0.78% | 0.45% | - |
| HSV(B) | 113.63º | 0.88% | 0.8% | - |
| XYZ | 22.81 | 43.79 | 8.17 | - |
| YUV | 135.75 | 65.49 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 25 | 0.78 | 0 | 0.88 | 0.2 | 113.63 | 0.78 | 0.45 |
| Hex | 2C | CC | 19 | 4E | 0 | 58 | 14 | 72 | 4E | 2D |
| Octal | 54 | 314 | 31 | 116 | 0 | 130 | 24 | 162 | 116 | 55 |
| Binary | 101100 | 11001100 | 11001 | 1001110 | 0 | 1011000 | 10100 | 1110010 | 1001110 | 101101 |
Color Harmonies of #2CCC19
Complementary color
Monochromatic Colors of #2CCC19
Black with #2CCC19
Text Example
Text Example
White with #2CCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC19; }
p { color: rgb(44,204,25); }
H1.HeaderClassName
{
color: #2CCC19;
}
.AnyTagClassName
{
color: #2CCC19;
}
</style>
background-color css
<style>
a { background-color: #2CCC19; }
a { background-color: rgb(44,204,25); }
div.DivClassName
{
background-color: #2CCC19;
}
.BgClassName
{
background-color: #2CCC19;
}
</style>
border-color css
<style>
span { border-color: #2CCC19; }
span { border-color: rgb(44,204,25); }
td.TdClassName
{
border-color: #2CCC19;
}
.TagClassName
{
border-color: #2CCC19;
}
</style>