Shades of Lime Green #21BA36
Tints of Lime Green #21BA36
RGB
CMYK
RGB Variations
Color information
#21BA36 (or 0x21BA36) is known color: Lime Green. HEX triplet: 21, BA and 36. RGB value is (33,186,54). Sum of RGB (Red+Green+Blue) = 33+186+54=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA36 is #DE45C9. Grayscale: #7D7D7D. Windows color (decimal): -14566858 or 3586593. OLE color: 3586593.
HSL color Cylindrical-coordinate representation of color #21BA36: hue angle of 128.24º 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 #21BA36 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 54 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.27 |
| HSL | 128.24º | 0.7% | 0.43% | - |
| HSV(B) | 128.24º | 0.82% | 0.73% | - |
| XYZ | 18.85 | 35.71 | 9.39 | - |
| YUV | 125.21 | 87.81 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 54 | 0.82 | 0 | 0.71 | 0.27 | 128.24 | 0.7 | 0.43 |
| Hex | 21 | BA | 36 | 52 | 0 | 47 | 1B | 80 | 46 | 2B |
| Octal | 41 | 272 | 66 | 122 | 0 | 107 | 33 | 200 | 106 | 53 |
| Binary | 100001 | 10111010 | 110110 | 1010010 | 0 | 1000111 | 11011 | 10000000 | 1000110 | 101011 |
Color Harmonies of #21BA36
Complementary color
Monochromatic Colors of #21BA36
Black with #21BA36
Text Example
Text Example
White with #21BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA36; }
p { color: rgb(33,186,54); }
H1.HeaderClassName
{
color: #21BA36;
}
.AnyTagClassName
{
color: #21BA36;
}
</style>
background-color css
<style>
a { background-color: #21BA36; }
a { background-color: rgb(33,186,54); }
div.DivClassName
{
background-color: #21BA36;
}
.BgClassName
{
background-color: #21BA36;
}
</style>
border-color css
<style>
span { border-color: #21BA36; }
span { border-color: rgb(33,186,54); }
td.TdClassName
{
border-color: #21BA36;
}
.TagClassName
{
border-color: #21BA36;
}
</style>