Shades of Lime Green #23E139
Tints of Lime Green #23E139
RGB
CMYK
RGB Variations
Color information
#23E139 (or 0x23E139) is known color: Lime Green. HEX triplet: 23, E1 and 39. RGB value is (35,225,57). Sum of RGB (Red+Green+Blue) = 35+225+57=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 225 (88.28% from 255 or 70.98% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 225 - color contains mainly: green. Hex color #23E139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23E139 is #DC1EC6. Grayscale: #959595. Windows color (decimal): -14425799 or 3793187. OLE color: 3793187.
HSL color Cylindrical-coordinate representation of color #23E139: hue angle of 126.95º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23E139 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 225 | 57 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.12 |
| HSL | 126.95º | 0.76% | 0.51% | - |
| HSV(B) | 126.95º | 0.84% | 0.88% | - |
| XYZ | 28.36 | 54.5 | 12.9 | - |
| YUV | 149.04 | 76.05 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 225 | 57 | 0.84 | 0 | 0.75 | 0.12 | 126.95 | 0.76 | 0.51 |
| Hex | 23 | E1 | 39 | 54 | 0 | 4B | C | 7F | 4C | 33 |
| Octal | 43 | 341 | 71 | 124 | 0 | 113 | 14 | 177 | 114 | 63 |
| Binary | 100011 | 11100001 | 111001 | 1010100 | 0 | 1001011 | 1100 | 1111111 | 1001100 | 110011 |
Color Harmonies of #23E139
Complementary color
Monochromatic Colors of #23E139
Black with #23E139
Text Example
Text Example
White with #23E139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E139; }
p { color: rgb(35,225,57); }
H1.HeaderClassName
{
color: #23E139;
}
.AnyTagClassName
{
color: #23E139;
}
</style>
background-color css
<style>
a { background-color: #23E139; }
a { background-color: rgb(35,225,57); }
div.DivClassName
{
background-color: #23E139;
}
.BgClassName
{
background-color: #23E139;
}
</style>
border-color css
<style>
span { border-color: #23E139; }
span { border-color: rgb(35,225,57); }
td.TdClassName
{
border-color: #23E139;
}
.TagClassName
{
border-color: #23E139;
}
</style>