Shades of Lime Green #2CCA17
Tints of Lime Green #2CCA17
RGB
CMYK
RGB Variations
Color information
#2CCA17 (or 0x2CCA17) is known color: Lime Green. HEX triplet: 2C, CA and 17. RGB value is (44,202,23). Sum of RGB (Red+Green+Blue) = 44+202+23=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 202 (79.30% from 255 or 75.09% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCA17 is #D335E8. Grayscale: #868686. Windows color (decimal): -13841897 or 1559084. OLE color: 1559084.
HSL color Cylindrical-coordinate representation of color #2CCA17: hue angle of 112.96º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CCA17 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 23 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.21 |
| HSL | 112.96º | 0.8% | 0.44% | - |
| HSV(B) | 112.96º | 0.89% | 0.79% | - |
| XYZ | 22.31 | 42.84 | 7.9 | - |
| YUV | 134.35 | 65.15 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 23 | 0.78 | 0 | 0.89 | 0.21 | 112.96 | 0.8 | 0.44 |
| Hex | 2C | CA | 17 | 4E | 0 | 59 | 15 | 71 | 50 | 2C |
| Octal | 54 | 312 | 27 | 116 | 0 | 131 | 25 | 161 | 120 | 54 |
| Binary | 101100 | 11001010 | 10111 | 1001110 | 0 | 1011001 | 10101 | 1110001 | 1010000 | 101100 |
Color Harmonies of #2CCA17
Complementary color
Monochromatic Colors of #2CCA17
Black with #2CCA17
Text Example
Text Example
White with #2CCA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCA17; }
p { color: rgb(44,202,23); }
H1.HeaderClassName
{
color: #2CCA17;
}
.AnyTagClassName
{
color: #2CCA17;
}
</style>
background-color css
<style>
a { background-color: #2CCA17; }
a { background-color: rgb(44,202,23); }
div.DivClassName
{
background-color: #2CCA17;
}
.BgClassName
{
background-color: #2CCA17;
}
</style>
border-color css
<style>
span { border-color: #2CCA17; }
span { border-color: rgb(44,202,23); }
td.TdClassName
{
border-color: #2CCA17;
}
.TagClassName
{
border-color: #2CCA17;
}
</style>