Shades of Lime Green #21B92D
Tints of Lime Green #21B92D
RGB
CMYK
RGB Variations
Color information
#21B92D (or 0x21B92D) is known color: Lime Green. HEX triplet: 21, B9 and 2D. RGB value is (33,185,45). Sum of RGB (Red+Green+Blue) = 33+185+45=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 185 (72.66% from 255 or 70.34% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 185 - color contains mainly: green. Hex color #21B92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B92D is #DE46D2. Grayscale: #7C7C7C. Windows color (decimal): -14567123 or 2996513. OLE color: 2996513.
HSL color Cylindrical-coordinate representation of color #21B92D: hue angle of 124.74º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B92D is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 185 | 45 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.27 |
| HSL | 124.74º | 0.7% | 0.43% | - |
| HSV(B) | 124.74º | 0.82% | 0.73% | - |
| XYZ | 18.45 | 35.21 | 8.31 | - |
| YUV | 123.59 | 83.64 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 185 | 45 | 0.82 | 0 | 0.76 | 0.27 | 124.74 | 0.7 | 0.43 |
| Hex | 21 | B9 | 2D | 52 | 0 | 4C | 1B | 7D | 46 | 2B |
| Octal | 41 | 271 | 55 | 122 | 0 | 114 | 33 | 175 | 106 | 53 |
| Binary | 100001 | 10111001 | 101101 | 1010010 | 0 | 1001100 | 11011 | 1111101 | 1000110 | 101011 |
Color Harmonies of #21B92D
Complementary color
Monochromatic Colors of #21B92D
Black with #21B92D
Text Example
Text Example
White with #21B92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B92D; }
p { color: rgb(33,185,45); }
H1.HeaderClassName
{
color: #21B92D;
}
.AnyTagClassName
{
color: #21B92D;
}
</style>
background-color css
<style>
a { background-color: #21B92D; }
a { background-color: rgb(33,185,45); }
div.DivClassName
{
background-color: #21B92D;
}
.BgClassName
{
background-color: #21B92D;
}
</style>
border-color css
<style>
span { border-color: #21B92D; }
span { border-color: rgb(33,185,45); }
td.TdClassName
{
border-color: #21B92D;
}
.TagClassName
{
border-color: #21B92D;
}
</style>