Shades of Lime Green #2CCD13
Tints of Lime Green #2CCD13
RGB
CMYK
RGB Variations
Color information
#2CCD13 (or 0x2CCD13) is known color: Lime Green. HEX triplet: 2C, CD and 13. RGB value is (44,205,19). Sum of RGB (Red+Green+Blue) = 44+205+19=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 205 (80.47% from 255 or 76.49% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCD13 is #D332EC. Grayscale: #888888. Windows color (decimal): -13841133 or 1297708. OLE color: 1297708.
HSL color Cylindrical-coordinate representation of color #2CCD13: hue angle of 111.94º 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 #2CCD13 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 19 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.20 |
| HSL | 111.94º | 0.83% | 0.44% | - |
| HSV(B) | 111.94º | 0.91% | 0.8% | - |
| XYZ | 22.99 | 44.25 | 7.94 | - |
| YUV | 135.66 | 62.16 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 19 | 0.79 | 0 | 0.91 | 0.20 | 111.94 | 0.83 | 0.44 |
| Hex | 2C | CD | 13 | 4F | 0 | 5B | 14 | 70 | 53 | 2C |
| Octal | 54 | 315 | 23 | 117 | 0 | 133 | 24 | 160 | 123 | 54 |
| Binary | 101100 | 11001101 | 10011 | 1001111 | 0 | 1011011 | 10100 | 1110000 | 1010011 | 101100 |
Color Harmonies of #2CCD13
Complementary color
Monochromatic Colors of #2CCD13
Black with #2CCD13
Text Example
Text Example
White with #2CCD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCD13; }
p { color: rgb(44,205,19); }
H1.HeaderClassName
{
color: #2CCD13;
}
.AnyTagClassName
{
color: #2CCD13;
}
</style>
background-color css
<style>
a { background-color: #2CCD13; }
a { background-color: rgb(44,205,19); }
div.DivClassName
{
background-color: #2CCD13;
}
.BgClassName
{
background-color: #2CCD13;
}
</style>
border-color css
<style>
span { border-color: #2CCD13; }
span { border-color: rgb(44,205,19); }
td.TdClassName
{
border-color: #2CCD13;
}
.TagClassName
{
border-color: #2CCD13;
}
</style>