Shades of Lime Green #23E121
Tints of Lime Green #23E121
RGB
CMYK
RGB Variations
Color information
#23E121 (or 0x23E121) is known color: Lime Green. HEX triplet: 23, E1 and 21. RGB value is (35,225,33). Sum of RGB (Red+Green+Blue) = 35+225+33=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 225 (88.28% from 255 or 76.79% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 225 - color contains mainly: green. Hex color #23E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23E121 is #DC1EDE. Grayscale: #929292. Windows color (decimal): -14425823 or 2220323. OLE color: 2220323.
HSL color Cylindrical-coordinate representation of color #23E121: hue angle of 119.38º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E121 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 225 | 33 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.12 |
| HSL | 119.38º | 0.76% | 0.51% | - |
| HSV(B) | 119.38º | 0.85% | 0.88% | - |
| XYZ | 27.89 | 54.32 | 10.45 | - |
| YUV | 146.3 | 64.05 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 225 | 33 | 0.84 | 0 | 0.85 | 0.12 | 119.38 | 0.76 | 0.51 |
| Hex | 23 | E1 | 21 | 54 | 0 | 55 | C | 77 | 4C | 33 |
| Octal | 43 | 341 | 41 | 124 | 0 | 125 | 14 | 167 | 114 | 63 |
| Binary | 100011 | 11100001 | 100001 | 1010100 | 0 | 1010101 | 1100 | 1110111 | 1001100 | 110011 |
Color Harmonies of #23E121
Complementary color
Monochromatic Colors of #23E121
Black with #23E121
Text Example
Text Example
White with #23E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E121; }
p { color: rgb(35,225,33); }
H1.HeaderClassName
{
color: #23E121;
}
.AnyTagClassName
{
color: #23E121;
}
</style>
background-color css
<style>
a { background-color: #23E121; }
a { background-color: rgb(35,225,33); }
div.DivClassName
{
background-color: #23E121;
}
.BgClassName
{
background-color: #23E121;
}
</style>
border-color css
<style>
span { border-color: #23E121; }
span { border-color: rgb(35,225,33); }
td.TdClassName
{
border-color: #23E121;
}
.TagClassName
{
border-color: #23E121;
}
</style>