Shades of Lime Green #2CDC0F
Tints of Lime Green #2CDC0F
RGB
CMYK
RGB Variations
Color information
#2CDC0F (or 0x2CDC0F) is known color: Lime Green. HEX triplet: 2C, DC and 0F. RGB value is (44,220,15). Sum of RGB (Red+Green+Blue) = 44+220+15=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 220 (86.33% from 255 or 78.85% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDC0F is #D323F0. Grayscale: #909090. Windows color (decimal): -13837297 or 1039404. OLE color: 1039404.
HSL color Cylindrical-coordinate representation of color #2CDC0F: hue angle of 111.51º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CDC0F is Cyan = 0.8, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 220 | 15 | - |
| CMYK | 0.8 | 0 | 0.93 | 0.14 |
| HSL | 111.51º | 0.87% | 0.46% | - |
| HSV(B) | 111.51º | 0.93% | 0.86% | - |
| XYZ | 26.72 | 51.76 | 9.03 | - |
| YUV | 144.01 | 55.19 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 15 | 0.8 | 0 | 0.93 | 0.14 | 111.51 | 0.87 | 0.46 |
| Hex | 2C | DC | F | 50 | 0 | 5D | E | 70 | 57 | 2E |
| Octal | 54 | 334 | 17 | 120 | 0 | 135 | 16 | 160 | 127 | 56 |
| Binary | 101100 | 11011100 | 1111 | 1010000 | 0 | 1011101 | 1110 | 1110000 | 1010111 | 101110 |
Color Harmonies of #2CDC0F
Complementary color
Monochromatic Colors of #2CDC0F
Black with #2CDC0F
Text Example
Text Example
White with #2CDC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDC0F; }
p { color: rgb(44,220,15); }
H1.HeaderClassName
{
color: #2CDC0F;
}
.AnyTagClassName
{
color: #2CDC0F;
}
</style>
background-color css
<style>
a { background-color: #2CDC0F; }
a { background-color: rgb(44,220,15); }
div.DivClassName
{
background-color: #2CDC0F;
}
.BgClassName
{
background-color: #2CDC0F;
}
</style>
border-color css
<style>
span { border-color: #2CDC0F; }
span { border-color: rgb(44,220,15); }
td.TdClassName
{
border-color: #2CDC0F;
}
.TagClassName
{
border-color: #2CDC0F;
}
</style>