Shades of Lime Green #2CDA41
Tints of Lime Green #2CDA41
RGB
CMYK
RGB Variations
Color information
#2CDA41 (or 0x2CDA41) is known color: Lime Green. HEX triplet: 2C, DA and 41. RGB value is (44,218,65). Sum of RGB (Red+Green+Blue) = 44+218+65=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 218 (85.55% from 255 or 66.67% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDA41 is #D325BE. Grayscale: #949494. Windows color (decimal): -13837759 or 4315692. OLE color: 4315692.
HSL color Cylindrical-coordinate representation of color #2CDA41: hue angle of 127.24º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDA41 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 65 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.15 |
| HSL | 127.24º | 0.7% | 0.51% | - |
| HSV(B) | 127.24º | 0.8% | 0.85% | - |
| XYZ | 27.06 | 51.06 | 13.43 | - |
| YUV | 148.53 | 80.85 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 65 | 0.80 | 0 | 0.70 | 0.15 | 127.24 | 0.7 | 0.51 |
| Hex | 2C | DA | 41 | 50 | 0 | 46 | F | 7F | 46 | 33 |
| Octal | 54 | 332 | 101 | 120 | 0 | 106 | 17 | 177 | 106 | 63 |
| Binary | 101100 | 11011010 | 1000001 | 1010000 | 0 | 1000110 | 1111 | 1111111 | 1000110 | 110011 |
Color Harmonies of #2CDA41
Complementary color
Monochromatic Colors of #2CDA41
Black with #2CDA41
Text Example
Text Example
White with #2CDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDA41; }
p { color: rgb(44,218,65); }
H1.HeaderClassName
{
color: #2CDA41;
}
.AnyTagClassName
{
color: #2CDA41;
}
</style>
background-color css
<style>
a { background-color: #2CDA41; }
a { background-color: rgb(44,218,65); }
div.DivClassName
{
background-color: #2CDA41;
}
.BgClassName
{
background-color: #2CDA41;
}
</style>
border-color css
<style>
span { border-color: #2CDA41; }
span { border-color: rgb(44,218,65); }
td.TdClassName
{
border-color: #2CDA41;
}
.TagClassName
{
border-color: #2CDA41;
}
</style>