Shades of Lime Green #21C709
Tints of Lime Green #21C709
RGB
CMYK
RGB Variations
Color information
#21C709 (or 0x21C709) is known color: Lime Green. HEX triplet: 21, C7 and 09. RGB value is (33,199,9). Sum of RGB (Red+Green+Blue) = 33+199+9=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 199 (78.12% from 255 or 82.57% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 199 - color contains mainly: green. Hex color #21C709 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C709 is #DE38F6. Grayscale: #808080. Windows color (decimal): -14563575 or 640801. OLE color: 640801.
HSL color Cylindrical-coordinate representation of color #21C709: hue angle of 112.42º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21C709 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 199 | 9 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.22 |
| HSL | 112.42º | 0.91% | 0.41% | - |
| HSV(B) | 112.42º | 0.95% | 0.78% | - |
| XYZ | 21.1 | 41.19 | 7.1 | - |
| YUV | 127.71 | 61 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 9 | 0.83 | 0 | 0.95 | 0.22 | 112.42 | 0.91 | 0.41 |
| Hex | 21 | C7 | 9 | 53 | 0 | 5F | 16 | 70 | 5B | 29 |
| Octal | 41 | 307 | 11 | 123 | 0 | 137 | 26 | 160 | 133 | 51 |
| Binary | 100001 | 11000111 | 1001 | 1010011 | 0 | 1011111 | 10110 | 1110000 | 1011011 | 101001 |
Color Harmonies of #21C709
Complementary color
Monochromatic Colors of #21C709
Black with #21C709
Text Example
Text Example
White with #21C709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C709; }
p { color: rgb(33,199,9); }
H1.HeaderClassName
{
color: #21C709;
}
.AnyTagClassName
{
color: #21C709;
}
</style>
background-color css
<style>
a { background-color: #21C709; }
a { background-color: rgb(33,199,9); }
div.DivClassName
{
background-color: #21C709;
}
.BgClassName
{
background-color: #21C709;
}
</style>
border-color css
<style>
span { border-color: #21C709; }
span { border-color: rgb(33,199,9); }
td.TdClassName
{
border-color: #21C709;
}
.TagClassName
{
border-color: #21C709;
}
</style>