Shades of Lime Green #21D23B
Tints of Lime Green #21D23B
RGB
CMYK
RGB Variations
Color information
#21D23B (or 0x21D23B) is known color: Lime Green. HEX triplet: 21, D2 and 3B. RGB value is (33,210,59). Sum of RGB (Red+Green+Blue) = 33+210+59=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 210 (82.42% from 255 or 69.54% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 210 - color contains mainly: green. Hex color #21D23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D23B is #DE2DC4. Grayscale: #8C8C8C. Windows color (decimal): -14560709 or 3920417. OLE color: 3920417.
HSL color Cylindrical-coordinate representation of color #21D23B: hue angle of 128.81º 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 #21D23B is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 59 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.18 |
| HSL | 128.81º | 0.73% | 0.48% | - |
| HSV(B) | 128.81º | 0.84% | 0.82% | - |
| XYZ | 24.46 | 46.73 | 11.87 | - |
| YUV | 139.86 | 82.36 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 59 | 0.84 | 0 | 0.72 | 0.18 | 128.81 | 0.73 | 0.48 |
| Hex | 21 | D2 | 3B | 54 | 0 | 48 | 12 | 81 | 49 | 30 |
| Octal | 41 | 322 | 73 | 124 | 0 | 110 | 22 | 201 | 111 | 60 |
| Binary | 100001 | 11010010 | 111011 | 1010100 | 0 | 1001000 | 10010 | 10000001 | 1001001 | 110000 |
Color Harmonies of #21D23B
Complementary color
Monochromatic Colors of #21D23B
Black with #21D23B
Text Example
Text Example
White with #21D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D23B; }
p { color: rgb(33,210,59); }
H1.HeaderClassName
{
color: #21D23B;
}
.AnyTagClassName
{
color: #21D23B;
}
</style>
background-color css
<style>
a { background-color: #21D23B; }
a { background-color: rgb(33,210,59); }
div.DivClassName
{
background-color: #21D23B;
}
.BgClassName
{
background-color: #21D23B;
}
</style>
border-color css
<style>
span { border-color: #21D23B; }
span { border-color: rgb(33,210,59); }
td.TdClassName
{
border-color: #21D23B;
}
.TagClassName
{
border-color: #21D23B;
}
</style>