Shades of Lime Green #2CCA19
Tints of Lime Green #2CCA19
RGB
CMYK
RGB Variations
Color information
#2CCA19 (or 0x2CCA19) is known color: Lime Green. HEX triplet: 2C, CA and 19. RGB value is (44,202,25). Sum of RGB (Red+Green+Blue) = 44+202+25=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 202 (79.30% from 255 or 74.54% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCA19 is #D335E6. Grayscale: #878787. Windows color (decimal): -13841895 or 1690156. OLE color: 1690156.
HSL color Cylindrical-coordinate representation of color #2CCA19: hue angle of 113.56º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CCA19 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 25 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.21 |
| HSL | 113.56º | 0.78% | 0.45% | - |
| HSV(B) | 113.56º | 0.88% | 0.79% | - |
| XYZ | 22.33 | 42.85 | 8.01 | - |
| YUV | 134.58 | 66.15 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 25 | 0.78 | 0 | 0.88 | 0.21 | 113.56 | 0.78 | 0.45 |
| Hex | 2C | CA | 19 | 4E | 0 | 58 | 15 | 72 | 4E | 2D |
| Octal | 54 | 312 | 31 | 116 | 0 | 130 | 25 | 162 | 116 | 55 |
| Binary | 101100 | 11001010 | 11001 | 1001110 | 0 | 1011000 | 10101 | 1110010 | 1001110 | 101101 |
Color Harmonies of #2CCA19
Complementary color
Monochromatic Colors of #2CCA19
Black with #2CCA19
Text Example
Text Example
White with #2CCA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCA19; }
p { color: rgb(44,202,25); }
H1.HeaderClassName
{
color: #2CCA19;
}
.AnyTagClassName
{
color: #2CCA19;
}
</style>
background-color css
<style>
a { background-color: #2CCA19; }
a { background-color: rgb(44,202,25); }
div.DivClassName
{
background-color: #2CCA19;
}
.BgClassName
{
background-color: #2CCA19;
}
</style>
border-color css
<style>
span { border-color: #2CCA19; }
span { border-color: rgb(44,202,25); }
td.TdClassName
{
border-color: #2CCA19;
}
.TagClassName
{
border-color: #2CCA19;
}
</style>