Shades of Lime Green #21C21E
Tints of Lime Green #21C21E
RGB
CMYK
RGB Variations
Color information
#21C21E (or 0x21C21E) is known color: Lime Green. HEX triplet: 21, C2 and 1E. RGB value is (33,194,30). Sum of RGB (Red+Green+Blue) = 33+194+30=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #21C21E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C21E is #DE3DE1. Grayscale: #7F7F7F. Windows color (decimal): -14564834 or 2015777. OLE color: 2015777.
HSL color Cylindrical-coordinate representation of color #21C21E: hue angle of 118.9º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21C21E is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 194 | 30 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.24 |
| HSL | 118.9º | 0.73% | 0.44% | - |
| HSV(B) | 118.9º | 0.85% | 0.76% | - |
| XYZ | 20.15 | 39 | 7.69 | - |
| YUV | 127.17 | 73.16 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 30 | 0.83 | 0 | 0.85 | 0.24 | 118.9 | 0.73 | 0.44 |
| Hex | 21 | C2 | 1E | 53 | 0 | 55 | 18 | 77 | 49 | 2C |
| Octal | 41 | 302 | 36 | 123 | 0 | 125 | 30 | 167 | 111 | 54 |
| Binary | 100001 | 11000010 | 11110 | 1010011 | 0 | 1010101 | 11000 | 1110111 | 1001001 | 101100 |
Color Harmonies of #21C21E
Complementary color
Monochromatic Colors of #21C21E
Black with #21C21E
Text Example
Text Example
White with #21C21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C21E; }
p { color: rgb(33,194,30); }
H1.HeaderClassName
{
color: #21C21E;
}
.AnyTagClassName
{
color: #21C21E;
}
</style>
background-color css
<style>
a { background-color: #21C21E; }
a { background-color: rgb(33,194,30); }
div.DivClassName
{
background-color: #21C21E;
}
.BgClassName
{
background-color: #21C21E;
}
</style>
border-color css
<style>
span { border-color: #21C21E; }
span { border-color: rgb(33,194,30); }
td.TdClassName
{
border-color: #21C21E;
}
.TagClassName
{
border-color: #21C21E;
}
</style>