Shades of Lime Green #23B124
Tints of Lime Green #23B124
RGB
CMYK
RGB Variations
Color information
#23B124 (or 0x23B124) is known color: Lime Green. HEX triplet: 23, B1 and 24. RGB value is (35,177,36). Sum of RGB (Red+Green+Blue) = 35+177+36=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 177 (69.53% from 255 or 71.37% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 177 - color contains mainly: green. Hex color #23B124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23B124 is #DC4EDB. Grayscale: #767676. Windows color (decimal): -14438108 or 2404643. OLE color: 2404643.
HSL color Cylindrical-coordinate representation of color #23B124: hue angle of 120.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B124 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 177 | 36 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.31 |
| HSL | 120.42º | 0.67% | 0.42% | - |
| HSV(B) | 120.42º | 0.8% | 0.69% | - |
| XYZ | 16.73 | 31.93 | 6.95 | - |
| YUV | 118.47 | 81.46 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 177 | 36 | 0.80 | 0 | 0.80 | 0.31 | 120.42 | 0.67 | 0.42 |
| Hex | 23 | B1 | 24 | 50 | 0 | 50 | 1F | 78 | 43 | 2A |
| Octal | 43 | 261 | 44 | 120 | 0 | 120 | 37 | 170 | 103 | 52 |
| Binary | 100011 | 10110001 | 100100 | 1010000 | 0 | 1010000 | 11111 | 1111000 | 1000011 | 101010 |
Color Harmonies of #23B124
Complementary color
Monochromatic Colors of #23B124
Black with #23B124
Text Example
Text Example
White with #23B124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B124; }
p { color: rgb(35,177,36); }
H1.HeaderClassName
{
color: #23B124;
}
.AnyTagClassName
{
color: #23B124;
}
</style>
background-color css
<style>
a { background-color: #23B124; }
a { background-color: rgb(35,177,36); }
div.DivClassName
{
background-color: #23B124;
}
.BgClassName
{
background-color: #23B124;
}
</style>
border-color css
<style>
span { border-color: #23B124; }
span { border-color: rgb(35,177,36); }
td.TdClassName
{
border-color: #23B124;
}
.TagClassName
{
border-color: #23B124;
}
</style>