Shades of Lime Green #21BA31
Tints of Lime Green #21BA31
RGB
CMYK
RGB Variations
Color information
#21BA31 (or 0x21BA31) is known color: Lime Green. HEX triplet: 21, BA and 31. RGB value is (33,186,49). Sum of RGB (Red+Green+Blue) = 33+186+49=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA31 is #DE45CE. Grayscale: #7D7D7D. Windows color (decimal): -14566863 or 3258913. OLE color: 3258913.
HSL color Cylindrical-coordinate representation of color #21BA31: hue angle of 126.27º 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 #21BA31 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 49 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.27 |
| HSL | 126.27º | 0.7% | 0.43% | - |
| HSV(B) | 126.27º | 0.82% | 0.73% | - |
| XYZ | 18.74 | 35.66 | 8.8 | - |
| YUV | 124.64 | 85.31 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 49 | 0.82 | 0 | 0.74 | 0.27 | 126.27 | 0.7 | 0.43 |
| Hex | 21 | BA | 31 | 52 | 0 | 4A | 1B | 7E | 46 | 2B |
| Octal | 41 | 272 | 61 | 122 | 0 | 112 | 33 | 176 | 106 | 53 |
| Binary | 100001 | 10111010 | 110001 | 1010010 | 0 | 1001010 | 11011 | 1111110 | 1000110 | 101011 |
Color Harmonies of #21BA31
Complementary color
Monochromatic Colors of #21BA31
Black with #21BA31
Text Example
Text Example
White with #21BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA31; }
p { color: rgb(33,186,49); }
H1.HeaderClassName
{
color: #21BA31;
}
.AnyTagClassName
{
color: #21BA31;
}
</style>
background-color css
<style>
a { background-color: #21BA31; }
a { background-color: rgb(33,186,49); }
div.DivClassName
{
background-color: #21BA31;
}
.BgClassName
{
background-color: #21BA31;
}
</style>
border-color css
<style>
span { border-color: #21BA31; }
span { border-color: rgb(33,186,49); }
td.TdClassName
{
border-color: #21BA31;
}
.TagClassName
{
border-color: #21BA31;
}
</style>