Shades of Lime Green #21D243
Tints of Lime Green #21D243
RGB
CMYK
RGB Variations
Color information
#21D243 (or 0x21D243) is known color: Lime Green. HEX triplet: 21, D2 and 43. RGB value is (33,210,67). Sum of RGB (Red+Green+Blue) = 33+210+67=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 210 (82.42% from 255 or 67.74% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 210 - color contains mainly: green. Hex color #21D243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D243 is #DE2DBC. Grayscale: #8D8D8D. Windows color (decimal): -14560701 or 4444705. OLE color: 4444705.
HSL color Cylindrical-coordinate representation of color #21D243: hue angle of 131.53º 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 #21D243 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 67 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.18 |
| HSL | 131.53º | 0.73% | 0.48% | - |
| HSV(B) | 131.53º | 0.84% | 0.82% | - |
| XYZ | 24.69 | 46.82 | 13.05 | - |
| YUV | 140.78 | 86.36 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 67 | 0.84 | 0 | 0.68 | 0.18 | 131.53 | 0.73 | 0.48 |
| Hex | 21 | D2 | 43 | 54 | 0 | 44 | 12 | 84 | 49 | 30 |
| Octal | 41 | 322 | 103 | 124 | 0 | 104 | 22 | 204 | 111 | 60 |
| Binary | 100001 | 11010010 | 1000011 | 1010100 | 0 | 1000100 | 10010 | 10000100 | 1001001 | 110000 |
Color Harmonies of #21D243
Complementary color
Monochromatic Colors of #21D243
Black with #21D243
Text Example
Text Example
White with #21D243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D243; }
p { color: rgb(33,210,67); }
H1.HeaderClassName
{
color: #21D243;
}
.AnyTagClassName
{
color: #21D243;
}
</style>
background-color css
<style>
a { background-color: #21D243; }
a { background-color: rgb(33,210,67); }
div.DivClassName
{
background-color: #21D243;
}
.BgClassName
{
background-color: #21D243;
}
</style>
border-color css
<style>
span { border-color: #21D243; }
span { border-color: rgb(33,210,67); }
td.TdClassName
{
border-color: #21D243;
}
.TagClassName
{
border-color: #21D243;
}
</style>