Shades of Lime Green #23BA3A
Tints of Lime Green #23BA3A
RGB
CMYK
RGB Variations
Color information
#23BA3A (or 0x23BA3A) is known color: Lime Green. HEX triplet: 23, BA and 3A. RGB value is (35,186,58). Sum of RGB (Red+Green+Blue) = 35+186+58=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BA3A is #DC45C5. Grayscale: #7E7E7E. Windows color (decimal): -14435782 or 3848739. OLE color: 3848739.
HSL color Cylindrical-coordinate representation of color #23BA3A: hue angle of 129.14º 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 #23BA3A is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 58 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.27 |
| HSL | 129.14º | 0.68% | 0.43% | - |
| HSV(B) | 129.14º | 0.81% | 0.73% | - |
| XYZ | 19.02 | 35.78 | 9.91 | - |
| YUV | 126.26 | 89.47 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 58 | 0.81 | 0 | 0.69 | 0.27 | 129.14 | 0.68 | 0.43 |
| Hex | 23 | BA | 3A | 51 | 0 | 45 | 1B | 81 | 44 | 2B |
| Octal | 43 | 272 | 72 | 121 | 0 | 105 | 33 | 201 | 104 | 53 |
| Binary | 100011 | 10111010 | 111010 | 1010001 | 0 | 1000101 | 11011 | 10000001 | 1000100 | 101011 |
Color Harmonies of #23BA3A
Complementary color
Monochromatic Colors of #23BA3A
Black with #23BA3A
Text Example
Text Example
White with #23BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA3A; }
p { color: rgb(35,186,58); }
H1.HeaderClassName
{
color: #23BA3A;
}
.AnyTagClassName
{
color: #23BA3A;
}
</style>
background-color css
<style>
a { background-color: #23BA3A; }
a { background-color: rgb(35,186,58); }
div.DivClassName
{
background-color: #23BA3A;
}
.BgClassName
{
background-color: #23BA3A;
}
</style>
border-color css
<style>
span { border-color: #23BA3A; }
span { border-color: rgb(35,186,58); }
td.TdClassName
{
border-color: #23BA3A;
}
.TagClassName
{
border-color: #23BA3A;
}
</style>