Shades of Lime Green #2CC817
Tints of Lime Green #2CC817
RGB
CMYK
RGB Variations
Color information
#2CC817 (or 0x2CC817) is known color: Lime Green. HEX triplet: 2C, C8 and 17. RGB value is (44,200,23). Sum of RGB (Red+Green+Blue) = 44+200+23=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 200 (78.52% from 255 or 74.91% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC817 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC817 is #D337E8. Grayscale: #858585. Windows color (decimal): -13842409 or 1558572. OLE color: 1558572.
HSL color Cylindrical-coordinate representation of color #2CC817: hue angle of 112.88º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CC817 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 200 | 23 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.22 |
| HSL | 112.88º | 0.79% | 0.44% | - |
| HSV(B) | 112.88º | 0.89% | 0.78% | - |
| XYZ | 21.85 | 41.91 | 7.75 | - |
| YUV | 133.18 | 65.82 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 200 | 23 | 0.78 | 0 | 0.88 | 0.22 | 112.88 | 0.79 | 0.44 |
| Hex | 2C | C8 | 17 | 4E | 0 | 58 | 16 | 71 | 4F | 2C |
| Octal | 54 | 310 | 27 | 116 | 0 | 130 | 26 | 161 | 117 | 54 |
| Binary | 101100 | 11001000 | 10111 | 1001110 | 0 | 1011000 | 10110 | 1110001 | 1001111 | 101100 |
Color Harmonies of #2CC817
Complementary color
Monochromatic Colors of #2CC817
Black with #2CC817
Text Example
Text Example
White with #2CC817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC817; }
p { color: rgb(44,200,23); }
H1.HeaderClassName
{
color: #2CC817;
}
.AnyTagClassName
{
color: #2CC817;
}
</style>
background-color css
<style>
a { background-color: #2CC817; }
a { background-color: rgb(44,200,23); }
div.DivClassName
{
background-color: #2CC817;
}
.BgClassName
{
background-color: #2CC817;
}
</style>
border-color css
<style>
span { border-color: #2CC817; }
span { border-color: rgb(44,200,23); }
td.TdClassName
{
border-color: #2CC817;
}
.TagClassName
{
border-color: #2CC817;
}
</style>