Shades of Lime Green #21C307
Tints of Lime Green #21C307
RGB
CMYK
RGB Variations
Color information
#21C307 (or 0x21C307) is known color: Lime Green. HEX triplet: 21, C3 and 07. RGB value is (33,195,7). Sum of RGB (Red+Green+Blue) = 33+195+7=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 195 (76.56% from 255 or 82.98% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 195 - color contains mainly: green. Hex color #21C307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C307 is #DE3CF8. Grayscale: #7D7D7D. Windows color (decimal): -14564601 or 508705. OLE color: 508705.
HSL color Cylindrical-coordinate representation of color #21C307: hue angle of 111.7º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21C307 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 195 | 7 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.24 |
| HSL | 111.7º | 0.93% | 0.4% | - |
| HSV(B) | 111.7º | 0.96% | 0.76% | - |
| XYZ | 20.18 | 39.37 | 6.74 | - |
| YUV | 125.13 | 61.33 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 195 | 7 | 0.83 | 0 | 0.96 | 0.24 | 111.7 | 0.93 | 0.4 |
| Hex | 21 | C3 | 7 | 53 | 0 | 60 | 18 | 70 | 5D | 28 |
| Octal | 41 | 303 | 7 | 123 | 0 | 140 | 30 | 160 | 135 | 50 |
| Binary | 100001 | 11000011 | 111 | 1010011 | 0 | 1100000 | 11000 | 1110000 | 1011101 | 101000 |
Color Harmonies of #21C307
Complementary color
Monochromatic Colors of #21C307
Black with #21C307
Text Example
Text Example
White with #21C307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C307; }
p { color: rgb(33,195,7); }
H1.HeaderClassName
{
color: #21C307;
}
.AnyTagClassName
{
color: #21C307;
}
</style>
background-color css
<style>
a { background-color: #21C307; }
a { background-color: rgb(33,195,7); }
div.DivClassName
{
background-color: #21C307;
}
.BgClassName
{
background-color: #21C307;
}
</style>
border-color css
<style>
span { border-color: #21C307; }
span { border-color: rgb(33,195,7); }
td.TdClassName
{
border-color: #21C307;
}
.TagClassName
{
border-color: #21C307;
}
</style>