Shades of Lime Green #21BA1A
Tints of Lime Green #21BA1A
RGB
CMYK
RGB Variations
Color information
#21BA1A (or 0x21BA1A) is known color: Lime Green. HEX triplet: 21, BA and 1A. RGB value is (33,186,26). Sum of RGB (Red+Green+Blue) = 33+186+26=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA1A is #DE45E5. Grayscale: #7A7A7A. Windows color (decimal): -14566886 or 1751585. OLE color: 1751585.
HSL color Cylindrical-coordinate representation of color #21BA1A: hue angle of 117.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BA1A is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 26 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.27 |
| HSL | 117.38º | 0.75% | 0.42% | - |
| HSV(B) | 117.38º | 0.86% | 0.73% | - |
| XYZ | 18.37 | 35.52 | 6.86 | - |
| YUV | 122.01 | 73.81 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 26 | 0.82 | 0 | 0.86 | 0.27 | 117.38 | 0.75 | 0.42 |
| Hex | 21 | BA | 1A | 52 | 0 | 56 | 1B | 75 | 4B | 2A |
| Octal | 41 | 272 | 32 | 122 | 0 | 126 | 33 | 165 | 113 | 52 |
| Binary | 100001 | 10111010 | 11010 | 1010010 | 0 | 1010110 | 11011 | 1110101 | 1001011 | 101010 |
Color Harmonies of #21BA1A
Complementary color
Monochromatic Colors of #21BA1A
Black with #21BA1A
Text Example
Text Example
White with #21BA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA1A; }
p { color: rgb(33,186,26); }
H1.HeaderClassName
{
color: #21BA1A;
}
.AnyTagClassName
{
color: #21BA1A;
}
</style>
background-color css
<style>
a { background-color: #21BA1A; }
a { background-color: rgb(33,186,26); }
div.DivClassName
{
background-color: #21BA1A;
}
.BgClassName
{
background-color: #21BA1A;
}
</style>
border-color css
<style>
span { border-color: #21BA1A; }
span { border-color: rgb(33,186,26); }
td.TdClassName
{
border-color: #21BA1A;
}
.TagClassName
{
border-color: #21BA1A;
}
</style>