Shades of Lime Green #23E23C
Tints of Lime Green #23E23C
RGB
CMYK
RGB Variations
Color information
#23E23C (or 0x23E23C) is known color: Lime Green. HEX triplet: 23, E2 and 3C. RGB value is (35,226,60). Sum of RGB (Red+Green+Blue) = 35+226+60=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 226 (88.67% from 255 or 70.40% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 226 - color contains mainly: green. Hex color #23E23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23E23C is #DC1DC3. Grayscale: #969696. Windows color (decimal): -14425540 or 3990051. OLE color: 3990051.
HSL color Cylindrical-coordinate representation of color #23E23C: hue angle of 127.85º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E23C is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 226 | 60 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.11 |
| HSL | 127.85º | 0.77% | 0.51% | - |
| HSV(B) | 127.85º | 0.85% | 0.89% | - |
| XYZ | 28.71 | 55.08 | 13.39 | - |
| YUV | 149.97 | 77.22 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 226 | 60 | 0.85 | 0 | 0.73 | 0.11 | 127.85 | 0.77 | 0.51 |
| Hex | 23 | E2 | 3C | 55 | 0 | 49 | B | 80 | 4D | 33 |
| Octal | 43 | 342 | 74 | 125 | 0 | 111 | 13 | 200 | 115 | 63 |
| Binary | 100011 | 11100010 | 111100 | 1010101 | 0 | 1001001 | 1011 | 10000000 | 1001101 | 110011 |
Color Harmonies of #23E23C
Complementary color
Monochromatic Colors of #23E23C
Black with #23E23C
Text Example
Text Example
White with #23E23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E23C; }
p { color: rgb(35,226,60); }
H1.HeaderClassName
{
color: #23E23C;
}
.AnyTagClassName
{
color: #23E23C;
}
</style>
background-color css
<style>
a { background-color: #23E23C; }
a { background-color: rgb(35,226,60); }
div.DivClassName
{
background-color: #23E23C;
}
.BgClassName
{
background-color: #23E23C;
}
</style>
border-color css
<style>
span { border-color: #23E23C; }
span { border-color: rgb(35,226,60); }
td.TdClassName
{
border-color: #23E23C;
}
.TagClassName
{
border-color: #23E23C;
}
</style>