Shades of Lime Green #2CDA3F
Tints of Lime Green #2CDA3F
RGB
CMYK
RGB Variations
Color information
#2CDA3F (or 0x2CDA3F) is known color: Lime Green. HEX triplet: 2C, DA and 3F. RGB value is (44,218,63). Sum of RGB (Red+Green+Blue) = 44+218+63=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDA3F is #D325C0. Grayscale: #949494. Windows color (decimal): -13837761 or 4184620. OLE color: 4184620.
HSL color Cylindrical-coordinate representation of color #2CDA3F: hue angle of 126.55º 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 #2CDA3F is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 63 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.15 |
| HSL | 126.55º | 0.7% | 0.51% | - |
| HSV(B) | 126.55º | 0.8% | 0.85% | - |
| XYZ | 27.01 | 51.04 | 13.13 | - |
| YUV | 148.3 | 79.85 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 63 | 0.80 | 0 | 0.71 | 0.15 | 126.55 | 0.7 | 0.51 |
| Hex | 2C | DA | 3F | 50 | 0 | 47 | F | 7F | 46 | 33 |
| Octal | 54 | 332 | 77 | 120 | 0 | 107 | 17 | 177 | 106 | 63 |
| Binary | 101100 | 11011010 | 111111 | 1010000 | 0 | 1000111 | 1111 | 1111111 | 1000110 | 110011 |
Color Harmonies of #2CDA3F
Complementary color
Monochromatic Colors of #2CDA3F
Black with #2CDA3F
Text Example
Text Example
White with #2CDA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDA3F; }
p { color: rgb(44,218,63); }
H1.HeaderClassName
{
color: #2CDA3F;
}
.AnyTagClassName
{
color: #2CDA3F;
}
</style>
background-color css
<style>
a { background-color: #2CDA3F; }
a { background-color: rgb(44,218,63); }
div.DivClassName
{
background-color: #2CDA3F;
}
.BgClassName
{
background-color: #2CDA3F;
}
</style>
border-color css
<style>
span { border-color: #2CDA3F; }
span { border-color: rgb(44,218,63); }
td.TdClassName
{
border-color: #2CDA3F;
}
.TagClassName
{
border-color: #2CDA3F;
}
</style>