Shades of Lime Green #21BA2A
Tints of Lime Green #21BA2A
RGB
CMYK
RGB Variations
Color information
#21BA2A (or 0x21BA2A) is known color: Lime Green. HEX triplet: 21, BA and 2A. RGB value is (33,186,42). Sum of RGB (Red+Green+Blue) = 33+186+42=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA2A is #DE45D5. Grayscale: #7C7C7C. Windows color (decimal): -14566870 or 2800161. OLE color: 2800161.
HSL color Cylindrical-coordinate representation of color #21BA2A: hue angle of 123.53º 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 #21BA2A is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 42 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.27 |
| HSL | 123.53º | 0.7% | 0.43% | - |
| HSV(B) | 123.53º | 0.82% | 0.73% | - |
| XYZ | 18.6 | 35.61 | 8.08 | - |
| YUV | 123.84 | 81.81 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 42 | 0.82 | 0 | 0.77 | 0.27 | 123.53 | 0.7 | 0.43 |
| Hex | 21 | BA | 2A | 52 | 0 | 4D | 1B | 7C | 46 | 2B |
| Octal | 41 | 272 | 52 | 122 | 0 | 115 | 33 | 174 | 106 | 53 |
| Binary | 100001 | 10111010 | 101010 | 1010010 | 0 | 1001101 | 11011 | 1111100 | 1000110 | 101011 |
Color Harmonies of #21BA2A
Complementary color
Monochromatic Colors of #21BA2A
Black with #21BA2A
Text Example
Text Example
White with #21BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA2A; }
p { color: rgb(33,186,42); }
H1.HeaderClassName
{
color: #21BA2A;
}
.AnyTagClassName
{
color: #21BA2A;
}
</style>
background-color css
<style>
a { background-color: #21BA2A; }
a { background-color: rgb(33,186,42); }
div.DivClassName
{
background-color: #21BA2A;
}
.BgClassName
{
background-color: #21BA2A;
}
</style>
border-color css
<style>
span { border-color: #21BA2A; }
span { border-color: rgb(33,186,42); }
td.TdClassName
{
border-color: #21BA2A;
}
.TagClassName
{
border-color: #21BA2A;
}
</style>