Shades of Lime Green #21EC3C
Tints of Lime Green #21EC3C
RGB
CMYK
RGB Variations
Color information
#21EC3C (or 0x21EC3C) is known color: Lime Green. HEX triplet: 21, EC and 3C. RGB value is (33,236,60). Sum of RGB (Red+Green+Blue) = 33+236+60=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EC3C is #DE13C3. Grayscale: #9B9B9B. Windows color (decimal): -14554052 or 3992609. OLE color: 3992609.
HSL color Cylindrical-coordinate representation of color #21EC3C: hue angle of 127.98º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EC3C is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 60 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.07 |
| HSL | 127.98º | 0.84% | 0.53% | - |
| HSV(B) | 127.98º | 0.86% | 0.93% | - |
| XYZ | 31.44 | 60.64 | 14.32 | - |
| YUV | 155.24 | 74.25 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 60 | 0.86 | 0 | 0.75 | 0.07 | 127.98 | 0.84 | 0.53 |
| Hex | 21 | EC | 3C | 56 | 0 | 4B | 7 | 80 | 54 | 35 |
| Octal | 41 | 354 | 74 | 126 | 0 | 113 | 7 | 200 | 124 | 65 |
| Binary | 100001 | 11101100 | 111100 | 1010110 | 0 | 1001011 | 111 | 10000000 | 1010100 | 110101 |
Color Harmonies of #21EC3C
Complementary color
Monochromatic Colors of #21EC3C
Black with #21EC3C
Text Example
Text Example
White with #21EC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC3C; }
p { color: rgb(33,236,60); }
H1.HeaderClassName
{
color: #21EC3C;
}
.AnyTagClassName
{
color: #21EC3C;
}
</style>
background-color css
<style>
a { background-color: #21EC3C; }
a { background-color: rgb(33,236,60); }
div.DivClassName
{
background-color: #21EC3C;
}
.BgClassName
{
background-color: #21EC3C;
}
</style>
border-color css
<style>
span { border-color: #21EC3C; }
span { border-color: rgb(33,236,60); }
td.TdClassName
{
border-color: #21EC3C;
}
.TagClassName
{
border-color: #21EC3C;
}
</style>