Shades of Lime Green #21C313
Tints of Lime Green #21C313
RGB
CMYK
RGB Variations
Color information
#21C313 (or 0x21C313) is known color: Lime Green. HEX triplet: 21, C3 and 13. RGB value is (33,195,19). Sum of RGB (Red+Green+Blue) = 33+195+19=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 195 (76.56% from 255 or 78.95% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 195 - color contains mainly: green. Hex color #21C313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C313 is #DE3CEC. Grayscale: #7F7F7F. Windows color (decimal): -14564589 or 1295137. OLE color: 1295137.
HSL color Cylindrical-coordinate representation of color #21C313: hue angle of 115.23º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21C313 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 195 | 19 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.24 |
| HSL | 115.23º | 0.82% | 0.42% | - |
| HSV(B) | 115.23º | 0.9% | 0.76% | - |
| XYZ | 20.26 | 39.4 | 7.15 | - |
| YUV | 126.5 | 67.33 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 195 | 19 | 0.83 | 0 | 0.90 | 0.24 | 115.23 | 0.82 | 0.42 |
| Hex | 21 | C3 | 13 | 53 | 0 | 5A | 18 | 73 | 52 | 2A |
| Octal | 41 | 303 | 23 | 123 | 0 | 132 | 30 | 163 | 122 | 52 |
| Binary | 100001 | 11000011 | 10011 | 1010011 | 0 | 1011010 | 11000 | 1110011 | 1010010 | 101010 |
Color Harmonies of #21C313
Complementary color
Monochromatic Colors of #21C313
Black with #21C313
Text Example
Text Example
White with #21C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C313; }
p { color: rgb(33,195,19); }
H1.HeaderClassName
{
color: #21C313;
}
.AnyTagClassName
{
color: #21C313;
}
</style>
background-color css
<style>
a { background-color: #21C313; }
a { background-color: rgb(33,195,19); }
div.DivClassName
{
background-color: #21C313;
}
.BgClassName
{
background-color: #21C313;
}
</style>
border-color css
<style>
span { border-color: #21C313; }
span { border-color: rgb(33,195,19); }
td.TdClassName
{
border-color: #21C313;
}
.TagClassName
{
border-color: #21C313;
}
</style>