Shades of Lime Green #2CDB3C
Tints of Lime Green #2CDB3C
RGB
CMYK
RGB Variations
Color information
#2CDB3C (or 0x2CDB3C) is known color: Lime Green. HEX triplet: 2C, DB and 3C. RGB value is (44,219,60). Sum of RGB (Red+Green+Blue) = 44+219+60=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 219 (85.94% from 255 or 67.80% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDB3C is #D324C3. Grayscale: #959595. Windows color (decimal): -13837508 or 3988268. OLE color: 3988268.
HSL color Cylindrical-coordinate representation of color #2CDB3C: hue angle of 125.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDB3C is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 219 | 60 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.14 |
| HSL | 125.49º | 0.71% | 0.52% | - |
| HSV(B) | 125.49º | 0.8% | 0.86% | - |
| XYZ | 27.19 | 51.52 | 12.79 | - |
| YUV | 148.55 | 78.02 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 219 | 60 | 0.80 | 0 | 0.73 | 0.14 | 125.49 | 0.71 | 0.52 |
| Hex | 2C | DB | 3C | 50 | 0 | 49 | E | 7D | 47 | 34 |
| Octal | 54 | 333 | 74 | 120 | 0 | 111 | 16 | 175 | 107 | 64 |
| Binary | 101100 | 11011011 | 111100 | 1010000 | 0 | 1001001 | 1110 | 1111101 | 1000111 | 110100 |
Color Harmonies of #2CDB3C
Complementary color
Monochromatic Colors of #2CDB3C
Black with #2CDB3C
Text Example
Text Example
White with #2CDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDB3C; }
p { color: rgb(44,219,60); }
H1.HeaderClassName
{
color: #2CDB3C;
}
.AnyTagClassName
{
color: #2CDB3C;
}
</style>
background-color css
<style>
a { background-color: #2CDB3C; }
a { background-color: rgb(44,219,60); }
div.DivClassName
{
background-color: #2CDB3C;
}
.BgClassName
{
background-color: #2CDB3C;
}
</style>
border-color css
<style>
span { border-color: #2CDB3C; }
span { border-color: rgb(44,219,60); }
td.TdClassName
{
border-color: #2CDB3C;
}
.TagClassName
{
border-color: #2CDB3C;
}
</style>