Shades of Lime Green #21B223
Tints of Lime Green #21B223
RGB
CMYK
RGB Variations
Color information
#21B223 (or 0x21B223) is known color: Lime Green. HEX triplet: 21, B2 and 23. RGB value is (33,178,35). Sum of RGB (Red+Green+Blue) = 33+178+35=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 178 (69.92% from 255 or 72.36% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 178 - color contains mainly: green. Hex color #21B223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B223 is #DE4DDC. Grayscale: #767676. Windows color (decimal): -14568925 or 2339361. OLE color: 2339361.
HSL color Cylindrical-coordinate representation of color #21B223: hue angle of 120.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B223 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 178 | 35 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.30 |
| HSL | 120.83º | 0.69% | 0.41% | - |
| HSV(B) | 120.83º | 0.81% | 0.7% | - |
| XYZ | 16.85 | 32.29 | 6.93 | - |
| YUV | 118.34 | 80.96 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 178 | 35 | 0.81 | 0 | 0.80 | 0.30 | 120.83 | 0.69 | 0.41 |
| Hex | 21 | B2 | 23 | 51 | 0 | 50 | 1E | 79 | 45 | 29 |
| Octal | 41 | 262 | 43 | 121 | 0 | 120 | 36 | 171 | 105 | 51 |
| Binary | 100001 | 10110010 | 100011 | 1010001 | 0 | 1010000 | 11110 | 1111001 | 1000101 | 101001 |
Color Harmonies of #21B223
Complementary color
Monochromatic Colors of #21B223
Black with #21B223
Text Example
Text Example
White with #21B223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B223; }
p { color: rgb(33,178,35); }
H1.HeaderClassName
{
color: #21B223;
}
.AnyTagClassName
{
color: #21B223;
}
</style>
background-color css
<style>
a { background-color: #21B223; }
a { background-color: rgb(33,178,35); }
div.DivClassName
{
background-color: #21B223;
}
.BgClassName
{
background-color: #21B223;
}
</style>
border-color css
<style>
span { border-color: #21B223; }
span { border-color: rgb(33,178,35); }
td.TdClassName
{
border-color: #21B223;
}
.TagClassName
{
border-color: #21B223;
}
</style>