Shades of Lime Green #21D239
Tints of Lime Green #21D239
RGB
CMYK
RGB Variations
Color information
#21D239 (or 0x21D239) is known color: Lime Green. HEX triplet: 21, D2 and 39. RGB value is (33,210,57). Sum of RGB (Red+Green+Blue) = 33+210+57=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 210 (82.42% from 255 or 70% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 210 - color contains mainly: green. Hex color #21D239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D239 is #DE2DC6. Grayscale: #8C8C8C. Windows color (decimal): -14560711 or 3789345. OLE color: 3789345.
HSL color Cylindrical-coordinate representation of color #21D239: hue angle of 128.14º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D239 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 57 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.18 |
| HSL | 128.14º | 0.73% | 0.48% | - |
| HSV(B) | 128.14º | 0.84% | 0.82% | - |
| XYZ | 24.41 | 46.71 | 11.6 | - |
| YUV | 139.64 | 81.36 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 57 | 0.84 | 0 | 0.73 | 0.18 | 128.14 | 0.73 | 0.48 |
| Hex | 21 | D2 | 39 | 54 | 0 | 49 | 12 | 80 | 49 | 30 |
| Octal | 41 | 322 | 71 | 124 | 0 | 111 | 22 | 200 | 111 | 60 |
| Binary | 100001 | 11010010 | 111001 | 1010100 | 0 | 1001001 | 10010 | 10000000 | 1001001 | 110000 |
Color Harmonies of #21D239
Complementary color
Monochromatic Colors of #21D239
Black with #21D239
Text Example
Text Example
White with #21D239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D239; }
p { color: rgb(33,210,57); }
H1.HeaderClassName
{
color: #21D239;
}
.AnyTagClassName
{
color: #21D239;
}
</style>
background-color css
<style>
a { background-color: #21D239; }
a { background-color: rgb(33,210,57); }
div.DivClassName
{
background-color: #21D239;
}
.BgClassName
{
background-color: #21D239;
}
</style>
border-color css
<style>
span { border-color: #21D239; }
span { border-color: rgb(33,210,57); }
td.TdClassName
{
border-color: #21D239;
}
.TagClassName
{
border-color: #21D239;
}
</style>