Shades of Lime Green #23E140
Tints of Lime Green #23E140
RGB
CMYK
RGB Variations
Color information
#23E140 (or 0x23E140) is known color: Lime Green. HEX triplet: 23, E1 and 40. RGB value is (35,225,64). Sum of RGB (Red+Green+Blue) = 35+225+64=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 225 (88.28% from 255 or 69.44% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 225 - color contains mainly: green. Hex color #23E140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23E140 is #DC1EBF. Grayscale: #969696. Windows color (decimal): -14425792 or 4251939. OLE color: 4251939.
HSL color Cylindrical-coordinate representation of color #23E140: hue angle of 129.16º 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 #23E140 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 225 | 64 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.12 |
| HSL | 129.16º | 0.76% | 0.51% | - |
| HSV(B) | 129.16º | 0.84% | 0.88% | - |
| XYZ | 28.54 | 54.58 | 13.88 | - |
| YUV | 149.84 | 79.55 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 225 | 64 | 0.84 | 0 | 0.72 | 0.12 | 129.16 | 0.76 | 0.51 |
| Hex | 23 | E1 | 40 | 54 | 0 | 48 | C | 81 | 4C | 33 |
| Octal | 43 | 341 | 100 | 124 | 0 | 110 | 14 | 201 | 114 | 63 |
| Binary | 100011 | 11100001 | 1000000 | 1010100 | 0 | 1001000 | 1100 | 10000001 | 1001100 | 110011 |
Color Harmonies of #23E140
Complementary color
Monochromatic Colors of #23E140
Black with #23E140
Text Example
Text Example
White with #23E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E140; }
p { color: rgb(35,225,64); }
H1.HeaderClassName
{
color: #23E140;
}
.AnyTagClassName
{
color: #23E140;
}
</style>
background-color css
<style>
a { background-color: #23E140; }
a { background-color: rgb(35,225,64); }
div.DivClassName
{
background-color: #23E140;
}
.BgClassName
{
background-color: #23E140;
}
</style>
border-color css
<style>
span { border-color: #23E140; }
span { border-color: rgb(35,225,64); }
td.TdClassName
{
border-color: #23E140;
}
.TagClassName
{
border-color: #23E140;
}
</style>