Shades of Lime Green #21C225
Tints of Lime Green #21C225
RGB
CMYK
RGB Variations
Color information
#21C225 (or 0x21C225) is known color: Lime Green. HEX triplet: 21, C2 and 25. RGB value is (33,194,37). Sum of RGB (Red+Green+Blue) = 33+194+37=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 194 (76.17% from 255 or 73.48% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 194 - color contains mainly: green. Hex color #21C225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C225 is #DE3DDA. Grayscale: #808080. Windows color (decimal): -14564827 or 2474529. OLE color: 2474529.
HSL color Cylindrical-coordinate representation of color #21C225: hue angle of 121.49º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C225 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 194 | 37 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.24 |
| HSL | 121.49º | 0.71% | 0.45% | - |
| HSV(B) | 121.49º | 0.83% | 0.76% | - |
| XYZ | 20.25 | 39.04 | 8.22 | - |
| YUV | 127.96 | 76.66 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 37 | 0.83 | 0 | 0.81 | 0.24 | 121.49 | 0.71 | 0.45 |
| Hex | 21 | C2 | 25 | 53 | 0 | 51 | 18 | 79 | 47 | 2D |
| Octal | 41 | 302 | 45 | 123 | 0 | 121 | 30 | 171 | 107 | 55 |
| Binary | 100001 | 11000010 | 100101 | 1010011 | 0 | 1010001 | 11000 | 1111001 | 1000111 | 101101 |
Color Harmonies of #21C225
Complementary color
Monochromatic Colors of #21C225
Black with #21C225
Text Example
Text Example
White with #21C225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C225; }
p { color: rgb(33,194,37); }
H1.HeaderClassName
{
color: #21C225;
}
.AnyTagClassName
{
color: #21C225;
}
</style>
background-color css
<style>
a { background-color: #21C225; }
a { background-color: rgb(33,194,37); }
div.DivClassName
{
background-color: #21C225;
}
.BgClassName
{
background-color: #21C225;
}
</style>
border-color css
<style>
span { border-color: #21C225; }
span { border-color: rgb(33,194,37); }
td.TdClassName
{
border-color: #21C225;
}
.TagClassName
{
border-color: #21C225;
}
</style>