Shades of Lime Green #2CCC13
Tints of Lime Green #2CCC13
RGB
CMYK
RGB Variations
Color information
#2CCC13 (or 0x2CCC13) is known color: Lime Green. HEX triplet: 2C, CC and 13. RGB value is (44,204,19). Sum of RGB (Red+Green+Blue) = 44+204+19=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 204 (80.08% from 255 or 76.40% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCC13 is #D333EC. Grayscale: #878787. Windows color (decimal): -13841389 or 1297452. OLE color: 1297452.
HSL color Cylindrical-coordinate representation of color #2CCC13: hue angle of 111.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CCC13 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 19 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.2 |
| HSL | 111.89º | 0.83% | 0.44% | - |
| HSV(B) | 111.89º | 0.91% | 0.8% | - |
| XYZ | 22.75 | 43.77 | 7.87 | - |
| YUV | 135.07 | 62.49 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 19 | 0.78 | 0 | 0.91 | 0.2 | 111.89 | 0.83 | 0.44 |
| Hex | 2C | CC | 13 | 4E | 0 | 5B | 14 | 70 | 53 | 2C |
| Octal | 54 | 314 | 23 | 116 | 0 | 133 | 24 | 160 | 123 | 54 |
| Binary | 101100 | 11001100 | 10011 | 1001110 | 0 | 1011011 | 10100 | 1110000 | 1010011 | 101100 |
Color Harmonies of #2CCC13
Complementary color
Monochromatic Colors of #2CCC13
Black with #2CCC13
Text Example
Text Example
White with #2CCC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC13; }
p { color: rgb(44,204,19); }
H1.HeaderClassName
{
color: #2CCC13;
}
.AnyTagClassName
{
color: #2CCC13;
}
</style>
background-color css
<style>
a { background-color: #2CCC13; }
a { background-color: rgb(44,204,19); }
div.DivClassName
{
background-color: #2CCC13;
}
.BgClassName
{
background-color: #2CCC13;
}
</style>
border-color css
<style>
span { border-color: #2CCC13; }
span { border-color: rgb(44,204,19); }
td.TdClassName
{
border-color: #2CCC13;
}
.TagClassName
{
border-color: #2CCC13;
}
</style>