Shades of Lime Green #2CDD13
Tints of Lime Green #2CDD13
RGB
CMYK
RGB Variations
Color information
#2CDD13 (or 0x2CDD13) is known color: Lime Green. HEX triplet: 2C, DD and 13. RGB value is (44,221,19). Sum of RGB (Red+Green+Blue) = 44+221+19=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 221 (86.72% from 255 or 77.82% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDD13 is #D322EC. Grayscale: #919191. Windows color (decimal): -13837037 or 1301804. OLE color: 1301804.
HSL color Cylindrical-coordinate representation of color #2CDD13: hue angle of 112.57º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CDD13 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 19 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.13 |
| HSL | 112.57º | 0.84% | 0.47% | - |
| HSV(B) | 112.57º | 0.91% | 0.87% | - |
| XYZ | 27.01 | 52.3 | 9.29 | - |
| YUV | 145.05 | 56.86 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 19 | 0.80 | 0 | 0.91 | 0.13 | 112.57 | 0.84 | 0.47 |
| Hex | 2C | DD | 13 | 50 | 0 | 5B | D | 71 | 54 | 2F |
| Octal | 54 | 335 | 23 | 120 | 0 | 133 | 15 | 161 | 124 | 57 |
| Binary | 101100 | 11011101 | 10011 | 1010000 | 0 | 1011011 | 1101 | 1110001 | 1010100 | 101111 |
Color Harmonies of #2CDD13
Complementary color
Monochromatic Colors of #2CDD13
Black with #2CDD13
Text Example
Text Example
White with #2CDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDD13; }
p { color: rgb(44,221,19); }
H1.HeaderClassName
{
color: #2CDD13;
}
.AnyTagClassName
{
color: #2CDD13;
}
</style>
background-color css
<style>
a { background-color: #2CDD13; }
a { background-color: rgb(44,221,19); }
div.DivClassName
{
background-color: #2CDD13;
}
.BgClassName
{
background-color: #2CDD13;
}
</style>
border-color css
<style>
span { border-color: #2CDD13; }
span { border-color: rgb(44,221,19); }
td.TdClassName
{
border-color: #2CDD13;
}
.TagClassName
{
border-color: #2CDD13;
}
</style>