Shades of Lime Green #2CDE28
Tints of Lime Green #2CDE28
RGB
CMYK
RGB Variations
Color information
#2CDE28 (or 0x2CDE28) is known color: Lime Green. HEX triplet: 2C, DE and 28. RGB value is (44,222,40). Sum of RGB (Red+Green+Blue) = 44+222+40=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDE28 is #D321D7. Grayscale: #949494. Windows color (decimal): -13836760 or 2678316. OLE color: 2678316.
HSL color Cylindrical-coordinate representation of color #2CDE28: hue angle of 118.68º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CDE28 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 222 | 40 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.13 |
| HSL | 118.68º | 0.73% | 0.51% | - |
| HSV(B) | 118.68º | 0.82% | 0.87% | - |
| XYZ | 27.54 | 52.93 | 10.77 | - |
| YUV | 148.03 | 67.03 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 40 | 0.80 | 0 | 0.82 | 0.13 | 118.68 | 0.73 | 0.51 |
| Hex | 2C | DE | 28 | 50 | 0 | 52 | D | 77 | 49 | 33 |
| Octal | 54 | 336 | 50 | 120 | 0 | 122 | 15 | 167 | 111 | 63 |
| Binary | 101100 | 11011110 | 101000 | 1010000 | 0 | 1010010 | 1101 | 1110111 | 1001001 | 110011 |
Color Harmonies of #2CDE28
Complementary color
Monochromatic Colors of #2CDE28
Black with #2CDE28
Text Example
Text Example
White with #2CDE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDE28; }
p { color: rgb(44,222,40); }
H1.HeaderClassName
{
color: #2CDE28;
}
.AnyTagClassName
{
color: #2CDE28;
}
</style>
background-color css
<style>
a { background-color: #2CDE28; }
a { background-color: rgb(44,222,40); }
div.DivClassName
{
background-color: #2CDE28;
}
.BgClassName
{
background-color: #2CDE28;
}
</style>
border-color css
<style>
span { border-color: #2CDE28; }
span { border-color: rgb(44,222,40); }
td.TdClassName
{
border-color: #2CDE28;
}
.TagClassName
{
border-color: #2CDE28;
}
</style>