Shades of Lime Green #21B413
Tints of Lime Green #21B413
RGB
CMYK
RGB Variations
Color information
#21B413 (or 0x21B413) is known color: Lime Green. HEX triplet: 21, B4 and 13. RGB value is (33,180,19). Sum of RGB (Red+Green+Blue) = 33+180+19=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 180 (70.70% from 255 or 77.59% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 180 - color contains mainly: green. Hex color #21B413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B413 is #DE4BEC. Grayscale: #767676. Windows color (decimal): -14568429 or 1291297. OLE color: 1291297.
HSL color Cylindrical-coordinate representation of color #21B413: hue angle of 114.78º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21B413 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 180 | 19 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.29 |
| HSL | 114.78º | 0.81% | 0.39% | - |
| HSV(B) | 114.78º | 0.89% | 0.71% | - |
| XYZ | 17.07 | 33.01 | 6.09 | - |
| YUV | 117.69 | 72.3 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 180 | 19 | 0.82 | 0 | 0.89 | 0.29 | 114.78 | 0.81 | 0.39 |
| Hex | 21 | B4 | 13 | 52 | 0 | 59 | 1D | 73 | 51 | 27 |
| Octal | 41 | 264 | 23 | 122 | 0 | 131 | 35 | 163 | 121 | 47 |
| Binary | 100001 | 10110100 | 10011 | 1010010 | 0 | 1011001 | 11101 | 1110011 | 1010001 | 100111 |
Color Harmonies of #21B413
Complementary color
Monochromatic Colors of #21B413
Black with #21B413
Text Example
Text Example
White with #21B413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B413; }
p { color: rgb(33,180,19); }
H1.HeaderClassName
{
color: #21B413;
}
.AnyTagClassName
{
color: #21B413;
}
</style>
background-color css
<style>
a { background-color: #21B413; }
a { background-color: rgb(33,180,19); }
div.DivClassName
{
background-color: #21B413;
}
.BgClassName
{
background-color: #21B413;
}
</style>
border-color css
<style>
span { border-color: #21B413; }
span { border-color: rgb(33,180,19); }
td.TdClassName
{
border-color: #21B413;
}
.TagClassName
{
border-color: #21B413;
}
</style>