Shades of Lime Green #23E12D
Tints of Lime Green #23E12D
RGB
CMYK
RGB Variations
Color information
#23E12D (or 0x23E12D) is known color: Lime Green. HEX triplet: 23, E1 and 2D. RGB value is (35,225,45). Sum of RGB (Red+Green+Blue) = 35+225+45=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 225 (88.28% from 255 or 73.77% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 225 - color contains mainly: green. Hex color #23E12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23E12D is #DC1ED2. Grayscale: #949494. Windows color (decimal): -14425811 or 3006755. OLE color: 3006755.
HSL color Cylindrical-coordinate representation of color #23E12D: hue angle of 123.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 #23E12D is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 225 | 45 | - |
| CMYK | 0.84 | 0 | 0.8 | 0.12 |
| HSL | 123.16º | 0.76% | 0.51% | - |
| HSV(B) | 123.16º | 0.84% | 0.88% | - |
| XYZ | 28.09 | 54.4 | 11.5 | - |
| YUV | 147.67 | 70.05 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 225 | 45 | 0.84 | 0 | 0.8 | 0.12 | 123.16 | 0.76 | 0.51 |
| Hex | 23 | E1 | 2D | 54 | 0 | 50 | C | 7B | 4C | 33 |
| Octal | 43 | 341 | 55 | 124 | 0 | 120 | 14 | 173 | 114 | 63 |
| Binary | 100011 | 11100001 | 101101 | 1010100 | 0 | 1010000 | 1100 | 1111011 | 1001100 | 110011 |
Color Harmonies of #23E12D
Complementary color
Monochromatic Colors of #23E12D
Black with #23E12D
Text Example
Text Example
White with #23E12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E12D; }
p { color: rgb(35,225,45); }
H1.HeaderClassName
{
color: #23E12D;
}
.AnyTagClassName
{
color: #23E12D;
}
</style>
background-color css
<style>
a { background-color: #23E12D; }
a { background-color: rgb(35,225,45); }
div.DivClassName
{
background-color: #23E12D;
}
.BgClassName
{
background-color: #23E12D;
}
</style>
border-color css
<style>
span { border-color: #23E12D; }
span { border-color: rgb(35,225,45); }
td.TdClassName
{
border-color: #23E12D;
}
.TagClassName
{
border-color: #23E12D;
}
</style>