Shades of Lime Green #21BA2F
Tints of Lime Green #21BA2F
RGB
CMYK
RGB Variations
Color information
#21BA2F (or 0x21BA2F) is known color: Lime Green. HEX triplet: 21, BA and 2F. RGB value is (33,186,47). Sum of RGB (Red+Green+Blue) = 33+186+47=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA2F is #DE45D0. Grayscale: #7C7C7C. Windows color (decimal): -14566865 or 3127841. OLE color: 3127841.
HSL color Cylindrical-coordinate representation of color #21BA2F: hue angle of 125.49º 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 #21BA2F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 47 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.27 |
| HSL | 125.49º | 0.7% | 0.43% | - |
| HSV(B) | 125.49º | 0.82% | 0.73% | - |
| XYZ | 18.7 | 35.65 | 8.58 | - |
| YUV | 124.41 | 84.31 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 47 | 0.82 | 0 | 0.75 | 0.27 | 125.49 | 0.7 | 0.43 |
| Hex | 21 | BA | 2F | 52 | 0 | 4B | 1B | 7D | 46 | 2B |
| Octal | 41 | 272 | 57 | 122 | 0 | 113 | 33 | 175 | 106 | 53 |
| Binary | 100001 | 10111010 | 101111 | 1010010 | 0 | 1001011 | 11011 | 1111101 | 1000110 | 101011 |
Color Harmonies of #21BA2F
Complementary color
Monochromatic Colors of #21BA2F
Black with #21BA2F
Text Example
Text Example
White with #21BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA2F; }
p { color: rgb(33,186,47); }
H1.HeaderClassName
{
color: #21BA2F;
}
.AnyTagClassName
{
color: #21BA2F;
}
</style>
background-color css
<style>
a { background-color: #21BA2F; }
a { background-color: rgb(33,186,47); }
div.DivClassName
{
background-color: #21BA2F;
}
.BgClassName
{
background-color: #21BA2F;
}
</style>
border-color css
<style>
span { border-color: #21BA2F; }
span { border-color: rgb(33,186,47); }
td.TdClassName
{
border-color: #21BA2F;
}
.TagClassName
{
border-color: #21BA2F;
}
</style>