Shades of Lime Green #21B515
Tints of Lime Green #21B515
RGB
CMYK
RGB Variations
Color information
#21B515 (or 0x21B515) is known color: Lime Green. HEX triplet: 21, B5 and 15. RGB value is (33,181,21). Sum of RGB (Red+Green+Blue) = 33+181+21=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 181 (71.09% from 255 or 77.02% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 181 - color contains mainly: green. Hex color #21B515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B515 is #DE4AEA. Grayscale: #777777. Windows color (decimal): -14568171 or 1422625. OLE color: 1422625.
HSL color Cylindrical-coordinate representation of color #21B515: hue angle of 115.5º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21B515 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 181 | 21 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.29 |
| HSL | 115.5º | 0.79% | 0.4% | - |
| HSV(B) | 115.5º | 0.88% | 0.71% | - |
| XYZ | 17.29 | 33.43 | 6.25 | - |
| YUV | 118.51 | 72.97 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 181 | 21 | 0.82 | 0 | 0.88 | 0.29 | 115.5 | 0.79 | 0.4 |
| Hex | 21 | B5 | 15 | 52 | 0 | 58 | 1D | 74 | 4F | 28 |
| Octal | 41 | 265 | 25 | 122 | 0 | 130 | 35 | 164 | 117 | 50 |
| Binary | 100001 | 10110101 | 10101 | 1010010 | 0 | 1011000 | 11101 | 1110100 | 1001111 | 101000 |
Color Harmonies of #21B515
Complementary color
Monochromatic Colors of #21B515
Black with #21B515
Text Example
Text Example
White with #21B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B515; }
p { color: rgb(33,181,21); }
H1.HeaderClassName
{
color: #21B515;
}
.AnyTagClassName
{
color: #21B515;
}
</style>
background-color css
<style>
a { background-color: #21B515; }
a { background-color: rgb(33,181,21); }
div.DivClassName
{
background-color: #21B515;
}
.BgClassName
{
background-color: #21B515;
}
</style>
border-color css
<style>
span { border-color: #21B515; }
span { border-color: rgb(33,181,21); }
td.TdClassName
{
border-color: #21B515;
}
.TagClassName
{
border-color: #21B515;
}
</style>