Shades of Lime Green #21DA31
Tints of Lime Green #21DA31
RGB
CMYK
RGB Variations
Color information
#21DA31 (or 0x21DA31) is known color: Lime Green. HEX triplet: 21, DA and 31. RGB value is (33,218,49). Sum of RGB (Red+Green+Blue) = 33+218+49=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 218 (85.55% from 255 or 72.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DA31 is #DE25CE. Grayscale: #8F8F8F. Windows color (decimal): -14558671 or 3267105. OLE color: 3267105.
HSL color Cylindrical-coordinate representation of color #21DA31: hue angle of 125.19º 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 #21DA31 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 49 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.15 |
| HSL | 125.19º | 0.74% | 0.49% | - |
| HSV(B) | 125.19º | 0.85% | 0.85% | - |
| XYZ | 26.25 | 50.69 | 11.31 | - |
| YUV | 143.42 | 74.71 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 49 | 0.85 | 0 | 0.78 | 0.15 | 125.19 | 0.74 | 0.49 |
| Hex | 21 | DA | 31 | 55 | 0 | 4E | F | 7D | 4A | 31 |
| Octal | 41 | 332 | 61 | 125 | 0 | 116 | 17 | 175 | 112 | 61 |
| Binary | 100001 | 11011010 | 110001 | 1010101 | 0 | 1001110 | 1111 | 1111101 | 1001010 | 110001 |
Color Harmonies of #21DA31
Complementary color
Monochromatic Colors of #21DA31
Black with #21DA31
Text Example
Text Example
White with #21DA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DA31; }
p { color: rgb(33,218,49); }
H1.HeaderClassName
{
color: #21DA31;
}
.AnyTagClassName
{
color: #21DA31;
}
</style>
background-color css
<style>
a { background-color: #21DA31; }
a { background-color: rgb(33,218,49); }
div.DivClassName
{
background-color: #21DA31;
}
.BgClassName
{
background-color: #21DA31;
}
</style>
border-color css
<style>
span { border-color: #21DA31; }
span { border-color: rgb(33,218,49); }
td.TdClassName
{
border-color: #21DA31;
}
.TagClassName
{
border-color: #21DA31;
}
</style>