Shades of Lime Green #2CDD39
Tints of Lime Green #2CDD39
RGB
CMYK
RGB Variations
Color information
#2CDD39 (or 0x2CDD39) is known color: Lime Green. HEX triplet: 2C, DD and 39. RGB value is (44,221,57). Sum of RGB (Red+Green+Blue) = 44+221+57=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDD39 is #D322C6. Grayscale: #959595. Windows color (decimal): -13836999 or 3792172. OLE color: 3792172.
HSL color Cylindrical-coordinate representation of color #2CDD39: hue angle of 124.41º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDD39 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 57 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.13 |
| HSL | 124.41º | 0.72% | 0.52% | - |
| HSV(B) | 124.41º | 0.8% | 0.87% | - |
| XYZ | 27.63 | 52.54 | 12.56 | - |
| YUV | 149.38 | 75.86 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 57 | 0.80 | 0 | 0.74 | 0.13 | 124.41 | 0.72 | 0.52 |
| Hex | 2C | DD | 39 | 50 | 0 | 4A | D | 7C | 48 | 34 |
| Octal | 54 | 335 | 71 | 120 | 0 | 112 | 15 | 174 | 110 | 64 |
| Binary | 101100 | 11011101 | 111001 | 1010000 | 0 | 1001010 | 1101 | 1111100 | 1001000 | 110100 |
Color Harmonies of #2CDD39
Complementary color
Monochromatic Colors of #2CDD39
Black with #2CDD39
Text Example
Text Example
White with #2CDD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDD39; }
p { color: rgb(44,221,57); }
H1.HeaderClassName
{
color: #2CDD39;
}
.AnyTagClassName
{
color: #2CDD39;
}
</style>
background-color css
<style>
a { background-color: #2CDD39; }
a { background-color: rgb(44,221,57); }
div.DivClassName
{
background-color: #2CDD39;
}
.BgClassName
{
background-color: #2CDD39;
}
</style>
border-color css
<style>
span { border-color: #2CDD39; }
span { border-color: rgb(44,221,57); }
td.TdClassName
{
border-color: #2CDD39;
}
.TagClassName
{
border-color: #2CDD39;
}
</style>