Shades of Lime Green #21C117
Tints of Lime Green #21C117
RGB
CMYK
RGB Variations
Color information
#21C117 (or 0x21C117) is known color: Lime Green. HEX triplet: 21, C1 and 17. RGB value is (33,193,23). Sum of RGB (Red+Green+Blue) = 33+193+23=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 193 (75.78% from 255 or 77.51% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 193 - color contains mainly: green. Hex color #21C117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C117 is #DE3EE8. Grayscale: #7E7E7E. Windows color (decimal): -14565097 or 1556769. OLE color: 1556769.
HSL color Cylindrical-coordinate representation of color #21C117: hue angle of 116.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21C117 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 23 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.24 |
| HSL | 116.47º | 0.79% | 0.42% | - |
| HSV(B) | 116.47º | 0.88% | 0.76% | - |
| XYZ | 19.85 | 38.53 | 7.2 | - |
| YUV | 125.78 | 69.99 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 23 | 0.83 | 0 | 0.88 | 0.24 | 116.47 | 0.79 | 0.42 |
| Hex | 21 | C1 | 17 | 53 | 0 | 58 | 18 | 74 | 4F | 2A |
| Octal | 41 | 301 | 27 | 123 | 0 | 130 | 30 | 164 | 117 | 52 |
| Binary | 100001 | 11000001 | 10111 | 1010011 | 0 | 1011000 | 11000 | 1110100 | 1001111 | 101010 |
Color Harmonies of #21C117
Complementary color
Monochromatic Colors of #21C117
Black with #21C117
Text Example
Text Example
White with #21C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C117; }
p { color: rgb(33,193,23); }
H1.HeaderClassName
{
color: #21C117;
}
.AnyTagClassName
{
color: #21C117;
}
</style>
background-color css
<style>
a { background-color: #21C117; }
a { background-color: rgb(33,193,23); }
div.DivClassName
{
background-color: #21C117;
}
.BgClassName
{
background-color: #21C117;
}
</style>
border-color css
<style>
span { border-color: #21C117; }
span { border-color: rgb(33,193,23); }
td.TdClassName
{
border-color: #21C117;
}
.TagClassName
{
border-color: #21C117;
}
</style>