Shades of Lime Green #21BA2D
Tints of Lime Green #21BA2D
RGB
CMYK
RGB Variations
Color information
#21BA2D (or 0x21BA2D) is known color: Lime Green. HEX triplet: 21, BA and 2D. RGB value is (33,186,45). Sum of RGB (Red+Green+Blue) = 33+186+45=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA2D is #DE45D2. Grayscale: #7C7C7C. Windows color (decimal): -14566867 or 2996769. OLE color: 2996769.
HSL color Cylindrical-coordinate representation of color #21BA2D: hue angle of 124.71º 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 #21BA2D is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 45 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.27 |
| HSL | 124.71º | 0.7% | 0.43% | - |
| HSV(B) | 124.71º | 0.82% | 0.73% | - |
| XYZ | 18.66 | 35.63 | 8.38 | - |
| YUV | 124.18 | 83.31 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 45 | 0.82 | 0 | 0.76 | 0.27 | 124.71 | 0.7 | 0.43 |
| Hex | 21 | BA | 2D | 52 | 0 | 4C | 1B | 7D | 46 | 2B |
| Octal | 41 | 272 | 55 | 122 | 0 | 114 | 33 | 175 | 106 | 53 |
| Binary | 100001 | 10111010 | 101101 | 1010010 | 0 | 1001100 | 11011 | 1111101 | 1000110 | 101011 |
Color Harmonies of #21BA2D
Complementary color
Monochromatic Colors of #21BA2D
Black with #21BA2D
Text Example
Text Example
White with #21BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA2D; }
p { color: rgb(33,186,45); }
H1.HeaderClassName
{
color: #21BA2D;
}
.AnyTagClassName
{
color: #21BA2D;
}
</style>
background-color css
<style>
a { background-color: #21BA2D; }
a { background-color: rgb(33,186,45); }
div.DivClassName
{
background-color: #21BA2D;
}
.BgClassName
{
background-color: #21BA2D;
}
</style>
border-color css
<style>
span { border-color: #21BA2D; }
span { border-color: rgb(33,186,45); }
td.TdClassName
{
border-color: #21BA2D;
}
.TagClassName
{
border-color: #21BA2D;
}
</style>