Shades of Lime Green #2CDD10
Tints of Lime Green #2CDD10
RGB
CMYK
RGB Variations
Color information
#2CDD10 (or 0x2CDD10) is known color: Lime Green. HEX triplet: 2C, DD and 10. RGB value is (44,221,16). Sum of RGB (Red+Green+Blue) = 44+221+16=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 221 (86.72% from 255 or 78.65% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDD10 is #D322EF. Grayscale: #919191. Windows color (decimal): -13837040 or 1105196. OLE color: 1105196.
HSL color Cylindrical-coordinate representation of color #2CDD10: hue angle of 111.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CDD10 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.13 |
| HSL | 111.8º | 0.86% | 0.46% | - |
| HSV(B) | 111.8º | 0.93% | 0.87% | - |
| XYZ | 26.99 | 52.29 | 9.16 | - |
| YUV | 144.71 | 55.36 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 16 | 0.80 | 0 | 0.93 | 0.13 | 111.8 | 0.86 | 0.46 |
| Hex | 2C | DD | 10 | 50 | 0 | 5D | D | 70 | 56 | 2E |
| Octal | 54 | 335 | 20 | 120 | 0 | 135 | 15 | 160 | 126 | 56 |
| Binary | 101100 | 11011101 | 10000 | 1010000 | 0 | 1011101 | 1101 | 1110000 | 1010110 | 101110 |
Color Harmonies of #2CDD10
Complementary color
Monochromatic Colors of #2CDD10
Black with #2CDD10
Text Example
Text Example
White with #2CDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDD10; }
p { color: rgb(44,221,16); }
H1.HeaderClassName
{
color: #2CDD10;
}
.AnyTagClassName
{
color: #2CDD10;
}
</style>
background-color css
<style>
a { background-color: #2CDD10; }
a { background-color: rgb(44,221,16); }
div.DivClassName
{
background-color: #2CDD10;
}
.BgClassName
{
background-color: #2CDD10;
}
</style>
border-color css
<style>
span { border-color: #2CDD10; }
span { border-color: rgb(44,221,16); }
td.TdClassName
{
border-color: #2CDD10;
}
.TagClassName
{
border-color: #2CDD10;
}
</style>