Shades of Lime Green #23E340
Tints of Lime Green #23E340
RGB
CMYK
RGB Variations
Color information
#23E340 (or 0x23E340) is known color: Lime Green. HEX triplet: 23, E3 and 40. RGB value is (35,227,64). Sum of RGB (Red+Green+Blue) = 35+227+64=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 227 (89.06% from 255 or 69.63% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 227 - color contains mainly: green. Hex color #23E340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23E340 is #DC1CBF. Grayscale: #979797. Windows color (decimal): -14425280 or 4252451. OLE color: 4252451.
HSL color Cylindrical-coordinate representation of color #23E340: hue angle of 129.06º 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 #23E340 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 227 | 64 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.11 |
| HSL | 129.06º | 0.77% | 0.51% | - |
| HSV(B) | 129.06º | 0.85% | 0.89% | - |
| XYZ | 29.09 | 55.67 | 14.06 | - |
| YUV | 151.01 | 78.89 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 227 | 64 | 0.85 | 0 | 0.72 | 0.11 | 129.06 | 0.77 | 0.51 |
| Hex | 23 | E3 | 40 | 55 | 0 | 48 | B | 81 | 4D | 33 |
| Octal | 43 | 343 | 100 | 125 | 0 | 110 | 13 | 201 | 115 | 63 |
| Binary | 100011 | 11100011 | 1000000 | 1010101 | 0 | 1001000 | 1011 | 10000001 | 1001101 | 110011 |
Color Harmonies of #23E340
Complementary color
Monochromatic Colors of #23E340
Black with #23E340
Text Example
Text Example
White with #23E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E340; }
p { color: rgb(35,227,64); }
H1.HeaderClassName
{
color: #23E340;
}
.AnyTagClassName
{
color: #23E340;
}
</style>
background-color css
<style>
a { background-color: #23E340; }
a { background-color: rgb(35,227,64); }
div.DivClassName
{
background-color: #23E340;
}
.BgClassName
{
background-color: #23E340;
}
</style>
border-color css
<style>
span { border-color: #23E340; }
span { border-color: rgb(35,227,64); }
td.TdClassName
{
border-color: #23E340;
}
.TagClassName
{
border-color: #23E340;
}
</style>