Shades of Lime Green #21B73B
Tints of Lime Green #21B73B
RGB
CMYK
RGB Variations
Color information
#21B73B (or 0x21B73B) is known color: Lime Green. HEX triplet: 21, B7 and 3B. RGB value is (33,183,59). Sum of RGB (Red+Green+Blue) = 33+183+59=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 183 (71.88% from 255 or 66.55% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 183 - color contains mainly: green. Hex color #21B73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B73B is #DE48C4. Grayscale: #7C7C7C. Windows color (decimal): -14567621 or 3913505. OLE color: 3913505.
HSL color Cylindrical-coordinate representation of color #21B73B: hue angle of 130.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B73B is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 59 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.28 |
| HSL | 130.4º | 0.69% | 0.42% | - |
| HSV(B) | 130.4º | 0.82% | 0.72% | - |
| XYZ | 18.35 | 34.51 | 9.83 | - |
| YUV | 124.01 | 91.31 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 59 | 0.82 | 0 | 0.68 | 0.28 | 130.4 | 0.69 | 0.42 |
| Hex | 21 | B7 | 3B | 52 | 0 | 44 | 1C | 82 | 45 | 2A |
| Octal | 41 | 267 | 73 | 122 | 0 | 104 | 34 | 202 | 105 | 52 |
| Binary | 100001 | 10110111 | 111011 | 1010010 | 0 | 1000100 | 11100 | 10000010 | 1000101 | 101010 |
Color Harmonies of #21B73B
Complementary color
Monochromatic Colors of #21B73B
Black with #21B73B
Text Example
Text Example
White with #21B73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B73B; }
p { color: rgb(33,183,59); }
H1.HeaderClassName
{
color: #21B73B;
}
.AnyTagClassName
{
color: #21B73B;
}
</style>
background-color css
<style>
a { background-color: #21B73B; }
a { background-color: rgb(33,183,59); }
div.DivClassName
{
background-color: #21B73B;
}
.BgClassName
{
background-color: #21B73B;
}
</style>
border-color css
<style>
span { border-color: #21B73B; }
span { border-color: rgb(33,183,59); }
td.TdClassName
{
border-color: #21B73B;
}
.TagClassName
{
border-color: #21B73B;
}
</style>