Shades of Lime Green #2CDA21
Tints of Lime Green #2CDA21
RGB
CMYK
RGB Variations
Color information
#2CDA21 (or 0x2CDA21) is known color: Lime Green. HEX triplet: 2C, DA and 21. RGB value is (44,218,33). Sum of RGB (Red+Green+Blue) = 44+218+33=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 218 (85.55% from 255 or 73.90% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDA21 is #D325DE. Grayscale: #919191. Windows color (decimal): -13837791 or 2218540. OLE color: 2218540.
HSL color Cylindrical-coordinate representation of color #2CDA21: hue angle of 116.43º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CDA21 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 33 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.15 |
| HSL | 116.43º | 0.74% | 0.49% | - |
| HSV(B) | 116.43º | 0.85% | 0.85% | - |
| XYZ | 26.38 | 50.79 | 9.85 | - |
| YUV | 144.88 | 64.85 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 33 | 0.80 | 0 | 0.85 | 0.15 | 116.43 | 0.74 | 0.49 |
| Hex | 2C | DA | 21 | 50 | 0 | 55 | F | 74 | 4A | 31 |
| Octal | 54 | 332 | 41 | 120 | 0 | 125 | 17 | 164 | 112 | 61 |
| Binary | 101100 | 11011010 | 100001 | 1010000 | 0 | 1010101 | 1111 | 1110100 | 1001010 | 110001 |
Color Harmonies of #2CDA21
Complementary color
Monochromatic Colors of #2CDA21
Black with #2CDA21
Text Example
Text Example
White with #2CDA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDA21; }
p { color: rgb(44,218,33); }
H1.HeaderClassName
{
color: #2CDA21;
}
.AnyTagClassName
{
color: #2CDA21;
}
</style>
background-color css
<style>
a { background-color: #2CDA21; }
a { background-color: rgb(44,218,33); }
div.DivClassName
{
background-color: #2CDA21;
}
.BgClassName
{
background-color: #2CDA21;
}
</style>
border-color css
<style>
span { border-color: #2CDA21; }
span { border-color: rgb(44,218,33); }
td.TdClassName
{
border-color: #2CDA21;
}
.TagClassName
{
border-color: #2CDA21;
}
</style>