Shades of Lime Green #23BA2D
Tints of Lime Green #23BA2D
RGB
CMYK
RGB Variations
Color information
#23BA2D (or 0x23BA2D) is known color: Lime Green. HEX triplet: 23, BA and 2D. RGB value is (35,186,45). Sum of RGB (Red+Green+Blue) = 35+186+45=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 186 (73.05% from 255 or 69.92% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BA2D is #DC45D2. Grayscale: #7D7D7D. Windows color (decimal): -14435795 or 2996771. OLE color: 2996771.
HSL color Cylindrical-coordinate representation of color #23BA2D: hue angle of 123.97º 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 #23BA2D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 45 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.27 |
| HSL | 123.97º | 0.68% | 0.43% | - |
| HSV(B) | 123.97º | 0.81% | 0.73% | - |
| XYZ | 18.73 | 35.66 | 8.38 | - |
| YUV | 124.78 | 82.97 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 45 | 0.81 | 0 | 0.76 | 0.27 | 123.97 | 0.68 | 0.43 |
| Hex | 23 | BA | 2D | 51 | 0 | 4C | 1B | 7C | 44 | 2B |
| Octal | 43 | 272 | 55 | 121 | 0 | 114 | 33 | 174 | 104 | 53 |
| Binary | 100011 | 10111010 | 101101 | 1010001 | 0 | 1001100 | 11011 | 1111100 | 1000100 | 101011 |
Color Harmonies of #23BA2D
Complementary color
Monochromatic Colors of #23BA2D
Black with #23BA2D
Text Example
Text Example
White with #23BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA2D; }
p { color: rgb(35,186,45); }
H1.HeaderClassName
{
color: #23BA2D;
}
.AnyTagClassName
{
color: #23BA2D;
}
</style>
background-color css
<style>
a { background-color: #23BA2D; }
a { background-color: rgb(35,186,45); }
div.DivClassName
{
background-color: #23BA2D;
}
.BgClassName
{
background-color: #23BA2D;
}
</style>
border-color css
<style>
span { border-color: #23BA2D; }
span { border-color: rgb(35,186,45); }
td.TdClassName
{
border-color: #23BA2D;
}
.TagClassName
{
border-color: #23BA2D;
}
</style>