Shades of Lime Green #21BA23
Tints of Lime Green #21BA23
RGB
CMYK
RGB Variations
Color information
#21BA23 (or 0x21BA23) is known color: Lime Green. HEX triplet: 21, BA and 23. RGB value is (33,186,35). Sum of RGB (Red+Green+Blue) = 33+186+35=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 186 (73.05% from 255 or 73.23% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA23 is #DE45DC. Grayscale: #7B7B7B. Windows color (decimal): -14566877 or 2341409. OLE color: 2341409.
HSL color Cylindrical-coordinate representation of color #21BA23: hue angle of 120.78º 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 #21BA23 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 35 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.27 |
| HSL | 120.78º | 0.7% | 0.43% | - |
| HSV(B) | 120.78º | 0.82% | 0.73% | - |
| XYZ | 18.49 | 35.56 | 7.48 | - |
| YUV | 123.04 | 78.31 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 35 | 0.82 | 0 | 0.81 | 0.27 | 120.78 | 0.7 | 0.43 |
| Hex | 21 | BA | 23 | 52 | 0 | 51 | 1B | 79 | 46 | 2B |
| Octal | 41 | 272 | 43 | 122 | 0 | 121 | 33 | 171 | 106 | 53 |
| Binary | 100001 | 10111010 | 100011 | 1010010 | 0 | 1010001 | 11011 | 1111001 | 1000110 | 101011 |
Color Harmonies of #21BA23
Complementary color
Monochromatic Colors of #21BA23
Black with #21BA23
Text Example
Text Example
White with #21BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA23; }
p { color: rgb(33,186,35); }
H1.HeaderClassName
{
color: #21BA23;
}
.AnyTagClassName
{
color: #21BA23;
}
</style>
background-color css
<style>
a { background-color: #21BA23; }
a { background-color: rgb(33,186,35); }
div.DivClassName
{
background-color: #21BA23;
}
.BgClassName
{
background-color: #21BA23;
}
</style>
border-color css
<style>
span { border-color: #21BA23; }
span { border-color: rgb(33,186,35); }
td.TdClassName
{
border-color: #21BA23;
}
.TagClassName
{
border-color: #21BA23;
}
</style>