Shades of Lime Green #23BA2B
Tints of Lime Green #23BA2B
RGB
CMYK
RGB Variations
Color information
#23BA2B (or 0x23BA2B) is known color: Lime Green. HEX triplet: 23, BA and 2B. RGB value is (35,186,43). Sum of RGB (Red+Green+Blue) = 35+186+43=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BA2B is #DC45D4. Grayscale: #7C7C7C. Windows color (decimal): -14435797 or 2865699. OLE color: 2865699.
HSL color Cylindrical-coordinate representation of color #23BA2B: hue angle of 123.18º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BA2B is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 43 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.27 |
| HSL | 123.18º | 0.68% | 0.43% | - |
| HSV(B) | 123.18º | 0.81% | 0.73% | - |
| XYZ | 18.69 | 35.65 | 8.18 | - |
| YUV | 124.55 | 81.97 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 43 | 0.81 | 0 | 0.77 | 0.27 | 123.18 | 0.68 | 0.43 |
| Hex | 23 | BA | 2B | 51 | 0 | 4D | 1B | 7B | 44 | 2B |
| Octal | 43 | 272 | 53 | 121 | 0 | 115 | 33 | 173 | 104 | 53 |
| Binary | 100011 | 10111010 | 101011 | 1010001 | 0 | 1001101 | 11011 | 1111011 | 1000100 | 101011 |
Color Harmonies of #23BA2B
Complementary color
Monochromatic Colors of #23BA2B
Black with #23BA2B
Text Example
Text Example
White with #23BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA2B; }
p { color: rgb(35,186,43); }
H1.HeaderClassName
{
color: #23BA2B;
}
.AnyTagClassName
{
color: #23BA2B;
}
</style>
background-color css
<style>
a { background-color: #23BA2B; }
a { background-color: rgb(35,186,43); }
div.DivClassName
{
background-color: #23BA2B;
}
.BgClassName
{
background-color: #23BA2B;
}
</style>
border-color css
<style>
span { border-color: #23BA2B; }
span { border-color: rgb(35,186,43); }
td.TdClassName
{
border-color: #23BA2B;
}
.TagClassName
{
border-color: #23BA2B;
}
</style>