Shades of Lime Green #23BA40
Tints of Lime Green #23BA40
RGB
CMYK
RGB Variations
Color information
#23BA40 (or 0x23BA40) is known color: Lime Green. HEX triplet: 23, BA and 40. RGB value is (35,186,64). Sum of RGB (Red+Green+Blue) = 35+186+64=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BA40 is #DC45BF. Grayscale: #7F7F7F. Windows color (decimal): -14435776 or 4241955. OLE color: 4241955.
HSL color Cylindrical-coordinate representation of color #23BA40: hue angle of 131.52º 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 #23BA40 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 64 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.27 |
| HSL | 131.52º | 0.68% | 0.43% | - |
| HSV(B) | 131.52º | 0.81% | 0.73% | - |
| XYZ | 19.18 | 35.85 | 10.76 | - |
| YUV | 126.94 | 92.47 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 64 | 0.81 | 0 | 0.66 | 0.27 | 131.52 | 0.68 | 0.43 |
| Hex | 23 | BA | 40 | 51 | 0 | 42 | 1B | 84 | 44 | 2B |
| Octal | 43 | 272 | 100 | 121 | 0 | 102 | 33 | 204 | 104 | 53 |
| Binary | 100011 | 10111010 | 1000000 | 1010001 | 0 | 1000010 | 11011 | 10000100 | 1000100 | 101011 |
Color Harmonies of #23BA40
Complementary color
Monochromatic Colors of #23BA40
Black with #23BA40
Text Example
Text Example
White with #23BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA40; }
p { color: rgb(35,186,64); }
H1.HeaderClassName
{
color: #23BA40;
}
.AnyTagClassName
{
color: #23BA40;
}
</style>
background-color css
<style>
a { background-color: #23BA40; }
a { background-color: rgb(35,186,64); }
div.DivClassName
{
background-color: #23BA40;
}
.BgClassName
{
background-color: #23BA40;
}
</style>
border-color css
<style>
span { border-color: #23BA40; }
span { border-color: rgb(35,186,64); }
td.TdClassName
{
border-color: #23BA40;
}
.TagClassName
{
border-color: #23BA40;
}
</style>