Shades of Lime Green #23BA3B
Tints of Lime Green #23BA3B
RGB
CMYK
RGB Variations
Color information
#23BA3B (or 0x23BA3B) is known color: Lime Green. HEX triplet: 23, BA and 3B. RGB value is (35,186,59). Sum of RGB (Red+Green+Blue) = 35+186+59=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BA3B is #DC45C4. Grayscale: #7E7E7E. Windows color (decimal): -14435781 or 3914275. OLE color: 3914275.
HSL color Cylindrical-coordinate representation of color #23BA3B: hue angle of 129.54º 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 #23BA3B is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 59 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.27 |
| HSL | 129.54º | 0.68% | 0.43% | - |
| HSV(B) | 129.54º | 0.81% | 0.73% | - |
| XYZ | 19.04 | 35.79 | 10.04 | - |
| YUV | 126.37 | 89.97 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 59 | 0.81 | 0 | 0.68 | 0.27 | 129.54 | 0.68 | 0.43 |
| Hex | 23 | BA | 3B | 51 | 0 | 44 | 1B | 82 | 44 | 2B |
| Octal | 43 | 272 | 73 | 121 | 0 | 104 | 33 | 202 | 104 | 53 |
| Binary | 100011 | 10111010 | 111011 | 1010001 | 0 | 1000100 | 11011 | 10000010 | 1000100 | 101011 |
Color Harmonies of #23BA3B
Complementary color
Monochromatic Colors of #23BA3B
Black with #23BA3B
Text Example
Text Example
White with #23BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA3B; }
p { color: rgb(35,186,59); }
H1.HeaderClassName
{
color: #23BA3B;
}
.AnyTagClassName
{
color: #23BA3B;
}
</style>
background-color css
<style>
a { background-color: #23BA3B; }
a { background-color: rgb(35,186,59); }
div.DivClassName
{
background-color: #23BA3B;
}
.BgClassName
{
background-color: #23BA3B;
}
</style>
border-color css
<style>
span { border-color: #23BA3B; }
span { border-color: rgb(35,186,59); }
td.TdClassName
{
border-color: #23BA3B;
}
.TagClassName
{
border-color: #23BA3B;
}
</style>