Shades of Lime Green #21BA3A
Tints of Lime Green #21BA3A
RGB
CMYK
RGB Variations
Color information
#21BA3A (or 0x21BA3A) is known color: Lime Green. HEX triplet: 21, BA and 3A. RGB value is (33,186,58). Sum of RGB (Red+Green+Blue) = 33+186+58=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA3A is #DE45C5. Grayscale: #7E7E7E. Windows color (decimal): -14566854 or 3848737. OLE color: 3848737.
HSL color Cylindrical-coordinate representation of color #21BA3A: hue angle of 129.8º 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 #21BA3A is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 58 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.27 |
| HSL | 129.8º | 0.7% | 0.43% | - |
| HSV(B) | 129.8º | 0.82% | 0.73% | - |
| XYZ | 18.95 | 35.75 | 9.9 | - |
| YUV | 125.66 | 89.81 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 58 | 0.82 | 0 | 0.69 | 0.27 | 129.8 | 0.7 | 0.43 |
| Hex | 21 | BA | 3A | 52 | 0 | 45 | 1B | 82 | 46 | 2B |
| Octal | 41 | 272 | 72 | 122 | 0 | 105 | 33 | 202 | 106 | 53 |
| Binary | 100001 | 10111010 | 111010 | 1010010 | 0 | 1000101 | 11011 | 10000010 | 1000110 | 101011 |
Color Harmonies of #21BA3A
Complementary color
Monochromatic Colors of #21BA3A
Black with #21BA3A
Text Example
Text Example
White with #21BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA3A; }
p { color: rgb(33,186,58); }
H1.HeaderClassName
{
color: #21BA3A;
}
.AnyTagClassName
{
color: #21BA3A;
}
</style>
background-color css
<style>
a { background-color: #21BA3A; }
a { background-color: rgb(33,186,58); }
div.DivClassName
{
background-color: #21BA3A;
}
.BgClassName
{
background-color: #21BA3A;
}
</style>
border-color css
<style>
span { border-color: #21BA3A; }
span { border-color: rgb(33,186,58); }
td.TdClassName
{
border-color: #21BA3A;
}
.TagClassName
{
border-color: #21BA3A;
}
</style>