Shades of Lime Green #2CC513
Tints of Lime Green #2CC513
RGB
CMYK
RGB Variations
Color information
#2CC513 (or 0x2CC513) is known color: Lime Green. HEX triplet: 2C, C5 and 13. RGB value is (44,197,19). Sum of RGB (Red+Green+Blue) = 44+197+19=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 197 (77.34% from 255 or 75.77% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC513 is #D33AEC. Grayscale: #838383. Windows color (decimal): -13843181 or 1295660. OLE color: 1295660.
HSL color Cylindrical-coordinate representation of color #2CC513: hue angle of 111.57º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CC513 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 19 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.23 |
| HSL | 111.57º | 0.82% | 0.42% | - |
| HSV(B) | 111.57º | 0.9% | 0.77% | - |
| XYZ | 21.12 | 40.52 | 7.32 | - |
| YUV | 130.96 | 64.81 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 19 | 0.78 | 0 | 0.90 | 0.23 | 111.57 | 0.82 | 0.42 |
| Hex | 2C | C5 | 13 | 4E | 0 | 5A | 17 | 70 | 52 | 2A |
| Octal | 54 | 305 | 23 | 116 | 0 | 132 | 27 | 160 | 122 | 52 |
| Binary | 101100 | 11000101 | 10011 | 1001110 | 0 | 1011010 | 10111 | 1110000 | 1010010 | 101010 |
Color Harmonies of #2CC513
Complementary color
Monochromatic Colors of #2CC513
Black with #2CC513
Text Example
Text Example
White with #2CC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC513; }
p { color: rgb(44,197,19); }
H1.HeaderClassName
{
color: #2CC513;
}
.AnyTagClassName
{
color: #2CC513;
}
</style>
background-color css
<style>
a { background-color: #2CC513; }
a { background-color: rgb(44,197,19); }
div.DivClassName
{
background-color: #2CC513;
}
.BgClassName
{
background-color: #2CC513;
}
</style>
border-color css
<style>
span { border-color: #2CC513; }
span { border-color: rgb(44,197,19); }
td.TdClassName
{
border-color: #2CC513;
}
.TagClassName
{
border-color: #2CC513;
}
</style>