Shades of Lime Green #21D12A
Tints of Lime Green #21D12A
RGB
CMYK
RGB Variations
Color information
#21D12A (or 0x21D12A) is known color: Lime Green. HEX triplet: 21, D1 and 2A. RGB value is (33,209,42). Sum of RGB (Red+Green+Blue) = 33+209+42=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 209 (82.03% from 255 or 73.59% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 209 - color contains mainly: green. Hex color #21D12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D12A is #DE2ED5. Grayscale: #898989. Windows color (decimal): -14560982 or 2806049. OLE color: 2806049.
HSL color Cylindrical-coordinate representation of color #21D12A: hue angle of 123.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D12A is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 209 | 42 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.18 |
| HSL | 123.07º | 0.73% | 0.47% | - |
| HSV(B) | 123.07º | 0.84% | 0.82% | - |
| XYZ | 23.85 | 46.09 | 9.83 | - |
| YUV | 137.34 | 74.19 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 42 | 0.84 | 0 | 0.80 | 0.18 | 123.07 | 0.73 | 0.47 |
| Hex | 21 | D1 | 2A | 54 | 0 | 50 | 12 | 7B | 49 | 2F |
| Octal | 41 | 321 | 52 | 124 | 0 | 120 | 22 | 173 | 111 | 57 |
| Binary | 100001 | 11010001 | 101010 | 1010100 | 0 | 1010000 | 10010 | 1111011 | 1001001 | 101111 |
Color Harmonies of #21D12A
Complementary color
Monochromatic Colors of #21D12A
Black with #21D12A
Text Example
Text Example
White with #21D12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D12A; }
p { color: rgb(33,209,42); }
H1.HeaderClassName
{
color: #21D12A;
}
.AnyTagClassName
{
color: #21D12A;
}
</style>
background-color css
<style>
a { background-color: #21D12A; }
a { background-color: rgb(33,209,42); }
div.DivClassName
{
background-color: #21D12A;
}
.BgClassName
{
background-color: #21D12A;
}
</style>
border-color css
<style>
span { border-color: #21D12A; }
span { border-color: rgb(33,209,42); }
td.TdClassName
{
border-color: #21D12A;
}
.TagClassName
{
border-color: #21D12A;
}
</style>