Shades of Lime Green #21D233
Tints of Lime Green #21D233
RGB
CMYK
RGB Variations
Color information
#21D233 (or 0x21D233) is known color: Lime Green. HEX triplet: 21, D2 and 33. RGB value is (33,210,51). Sum of RGB (Red+Green+Blue) = 33+210+51=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 210 (82.42% from 255 or 71.43% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 210 - color contains mainly: green. Hex color #21D233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D233 is #DE2DCC. Grayscale: #8B8B8B. Windows color (decimal): -14560717 or 3396129. OLE color: 3396129.
HSL color Cylindrical-coordinate representation of color #21D233: hue angle of 126.1º 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 #21D233 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 51 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.18 |
| HSL | 126.1º | 0.73% | 0.48% | - |
| HSV(B) | 126.1º | 0.84% | 0.82% | - |
| XYZ | 24.27 | 46.66 | 10.86 | - |
| YUV | 138.95 | 78.36 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 51 | 0.84 | 0 | 0.76 | 0.18 | 126.1 | 0.73 | 0.48 |
| Hex | 21 | D2 | 33 | 54 | 0 | 4C | 12 | 7E | 49 | 30 |
| Octal | 41 | 322 | 63 | 124 | 0 | 114 | 22 | 176 | 111 | 60 |
| Binary | 100001 | 11010010 | 110011 | 1010100 | 0 | 1001100 | 10010 | 1111110 | 1001001 | 110000 |
Color Harmonies of #21D233
Complementary color
Monochromatic Colors of #21D233
Black with #21D233
Text Example
Text Example
White with #21D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D233; }
p { color: rgb(33,210,51); }
H1.HeaderClassName
{
color: #21D233;
}
.AnyTagClassName
{
color: #21D233;
}
</style>
background-color css
<style>
a { background-color: #21D233; }
a { background-color: rgb(33,210,51); }
div.DivClassName
{
background-color: #21D233;
}
.BgClassName
{
background-color: #21D233;
}
</style>
border-color css
<style>
span { border-color: #21D233; }
span { border-color: rgb(33,210,51); }
td.TdClassName
{
border-color: #21D233;
}
.TagClassName
{
border-color: #21D233;
}
</style>