Shades of Lime Green #2CDF10
Tints of Lime Green #2CDF10
RGB
CMYK
RGB Variations
Color information
#2CDF10 (or 0x2CDF10) is known color: Lime Green. HEX triplet: 2C, DF and 10. RGB value is (44,223,16). Sum of RGB (Red+Green+Blue) = 44+223+16=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 223 (87.5% from 255 or 78.80% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDF10 is #D320EF. Grayscale: #929292. Windows color (decimal): -13836528 or 1105708. OLE color: 1105708.
HSL color Cylindrical-coordinate representation of color #2CDF10: hue angle of 111.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CDF10 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 223 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.13 |
| HSL | 111.88º | 0.87% | 0.47% | - |
| HSV(B) | 111.88º | 0.93% | 0.87% | - |
| XYZ | 27.52 | 53.35 | 9.34 | - |
| YUV | 145.88 | 54.7 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 16 | 0.80 | 0 | 0.93 | 0.13 | 111.88 | 0.87 | 0.47 |
| Hex | 2C | DF | 10 | 50 | 0 | 5D | D | 70 | 57 | 2F |
| Octal | 54 | 337 | 20 | 120 | 0 | 135 | 15 | 160 | 127 | 57 |
| Binary | 101100 | 11011111 | 10000 | 1010000 | 0 | 1011101 | 1101 | 1110000 | 1010111 | 101111 |
Color Harmonies of #2CDF10
Complementary color
Monochromatic Colors of #2CDF10
Black with #2CDF10
Text Example
Text Example
White with #2CDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDF10; }
p { color: rgb(44,223,16); }
H1.HeaderClassName
{
color: #2CDF10;
}
.AnyTagClassName
{
color: #2CDF10;
}
</style>
background-color css
<style>
a { background-color: #2CDF10; }
a { background-color: rgb(44,223,16); }
div.DivClassName
{
background-color: #2CDF10;
}
.BgClassName
{
background-color: #2CDF10;
}
</style>
border-color css
<style>
span { border-color: #2CDF10; }
span { border-color: rgb(44,223,16); }
td.TdClassName
{
border-color: #2CDF10;
}
.TagClassName
{
border-color: #2CDF10;
}
</style>