Shades of Lime Green #21D23D
Tints of Lime Green #21D23D
RGB
CMYK
RGB Variations
Color information
#21D23D (or 0x21D23D) is known color: Lime Green. HEX triplet: 21, D2 and 3D. RGB value is (33,210,61). Sum of RGB (Red+Green+Blue) = 33+210+61=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 210 (82.42% from 255 or 69.08% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 210 - color contains mainly: green. Hex color #21D23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D23D is #DE2DC2. Grayscale: #8C8C8C. Windows color (decimal): -14560707 or 4051489. OLE color: 4051489.
HSL color Cylindrical-coordinate representation of color #21D23D: hue angle of 129.49º 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 #21D23D is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 61 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.18 |
| HSL | 129.49º | 0.73% | 0.48% | - |
| HSV(B) | 129.49º | 0.84% | 0.82% | - |
| XYZ | 24.52 | 46.75 | 12.15 | - |
| YUV | 140.09 | 83.36 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 61 | 0.84 | 0 | 0.71 | 0.18 | 129.49 | 0.73 | 0.48 |
| Hex | 21 | D2 | 3D | 54 | 0 | 47 | 12 | 81 | 49 | 30 |
| Octal | 41 | 322 | 75 | 124 | 0 | 107 | 22 | 201 | 111 | 60 |
| Binary | 100001 | 11010010 | 111101 | 1010100 | 0 | 1000111 | 10010 | 10000001 | 1001001 | 110000 |
Color Harmonies of #21D23D
Complementary color
Monochromatic Colors of #21D23D
Black with #21D23D
Text Example
Text Example
White with #21D23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D23D; }
p { color: rgb(33,210,61); }
H1.HeaderClassName
{
color: #21D23D;
}
.AnyTagClassName
{
color: #21D23D;
}
</style>
background-color css
<style>
a { background-color: #21D23D; }
a { background-color: rgb(33,210,61); }
div.DivClassName
{
background-color: #21D23D;
}
.BgClassName
{
background-color: #21D23D;
}
</style>
border-color css
<style>
span { border-color: #21D23D; }
span { border-color: rgb(33,210,61); }
td.TdClassName
{
border-color: #21D23D;
}
.TagClassName
{
border-color: #21D23D;
}
</style>