Shades of Lime Green #21DC27
Tints of Lime Green #21DC27
RGB
CMYK
RGB Variations
Color information
#21DC27 (or 0x21DC27) is known color: Lime Green. HEX triplet: 21, DC and 27. RGB value is (33,220,39). Sum of RGB (Red+Green+Blue) = 33+220+39=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 220 (86.33% from 255 or 75.34% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DC27 is #DE23D8. Grayscale: #8F8F8F. Windows color (decimal): -14558169 or 2612257. OLE color: 2612257.
HSL color Cylindrical-coordinate representation of color #21DC27: hue angle of 121.93º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DC27 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 39 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.14 |
| HSL | 121.93º | 0.74% | 0.5% | - |
| HSV(B) | 121.93º | 0.85% | 0.86% | - |
| XYZ | 26.59 | 51.66 | 10.49 | - |
| YUV | 143.45 | 69.05 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 39 | 0.85 | 0 | 0.82 | 0.14 | 121.93 | 0.74 | 0.5 |
| Hex | 21 | DC | 27 | 55 | 0 | 52 | E | 7A | 4A | 32 |
| Octal | 41 | 334 | 47 | 125 | 0 | 122 | 16 | 172 | 112 | 62 |
| Binary | 100001 | 11011100 | 100111 | 1010101 | 0 | 1010010 | 1110 | 1111010 | 1001010 | 110010 |
Color Harmonies of #21DC27
Complementary color
Monochromatic Colors of #21DC27
Black with #21DC27
Text Example
Text Example
White with #21DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC27; }
p { color: rgb(33,220,39); }
H1.HeaderClassName
{
color: #21DC27;
}
.AnyTagClassName
{
color: #21DC27;
}
</style>
background-color css
<style>
a { background-color: #21DC27; }
a { background-color: rgb(33,220,39); }
div.DivClassName
{
background-color: #21DC27;
}
.BgClassName
{
background-color: #21DC27;
}
</style>
border-color css
<style>
span { border-color: #21DC27; }
span { border-color: rgb(33,220,39); }
td.TdClassName
{
border-color: #21DC27;
}
.TagClassName
{
border-color: #21DC27;
}
</style>