Shades of Lime Green #23BA25
Tints of Lime Green #23BA25
RGB
CMYK
RGB Variations
Color information
#23BA25 (or 0x23BA25) is known color: Lime Green. HEX triplet: 23, BA and 25. RGB value is (35,186,37). Sum of RGB (Red+Green+Blue) = 35+186+37=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 186 (73.05% from 255 or 72.09% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BA25 is #DC45DA. Grayscale: #7C7C7C. Windows color (decimal): -14435803 or 2472483. OLE color: 2472483.
HSL color Cylindrical-coordinate representation of color #23BA25: hue angle of 120.79º 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 #23BA25 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 37 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.27 |
| HSL | 120.79º | 0.68% | 0.43% | - |
| HSV(B) | 120.79º | 0.81% | 0.73% | - |
| XYZ | 18.59 | 35.61 | 7.64 | - |
| YUV | 123.87 | 78.97 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 37 | 0.81 | 0 | 0.80 | 0.27 | 120.79 | 0.68 | 0.43 |
| Hex | 23 | BA | 25 | 51 | 0 | 50 | 1B | 79 | 44 | 2B |
| Octal | 43 | 272 | 45 | 121 | 0 | 120 | 33 | 171 | 104 | 53 |
| Binary | 100011 | 10111010 | 100101 | 1010001 | 0 | 1010000 | 11011 | 1111001 | 1000100 | 101011 |
Color Harmonies of #23BA25
Complementary color
Monochromatic Colors of #23BA25
Black with #23BA25
Text Example
Text Example
White with #23BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA25; }
p { color: rgb(35,186,37); }
H1.HeaderClassName
{
color: #23BA25;
}
.AnyTagClassName
{
color: #23BA25;
}
</style>
background-color css
<style>
a { background-color: #23BA25; }
a { background-color: rgb(35,186,37); }
div.DivClassName
{
background-color: #23BA25;
}
.BgClassName
{
background-color: #23BA25;
}
</style>
border-color css
<style>
span { border-color: #23BA25; }
span { border-color: rgb(35,186,37); }
td.TdClassName
{
border-color: #23BA25;
}
.TagClassName
{
border-color: #23BA25;
}
</style>