Shades of Lime Green #23E33D
Tints of Lime Green #23E33D
RGB
CMYK
RGB Variations
Color information
#23E33D (or 0x23E33D) is known color: Lime Green. HEX triplet: 23, E3 and 3D. RGB value is (35,227,61). Sum of RGB (Red+Green+Blue) = 35+227+61=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 227 (89.06% from 255 or 70.28% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 227 - color contains mainly: green. Hex color #23E33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23E33D is #DC1CC2. Grayscale: #979797. Windows color (decimal): -14425283 or 4055843. OLE color: 4055843.
HSL color Cylindrical-coordinate representation of color #23E33D: hue angle of 128.12º 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 #23E33D is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 227 | 61 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.11 |
| HSL | 128.13º | 0.77% | 0.51% | - |
| HSV(B) | 128.13º | 0.85% | 0.89% | - |
| XYZ | 29 | 55.63 | 13.62 | - |
| YUV | 150.67 | 77.39 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 227 | 61 | 0.85 | 0 | 0.73 | 0.11 | 128.13 | 0.77 | 0.51 |
| Hex | 23 | E3 | 3D | 55 | 0 | 49 | B | 80 | 4D | 33 |
| Octal | 43 | 343 | 75 | 125 | 0 | 111 | 13 | 200 | 115 | 63 |
| Binary | 100011 | 11100011 | 111101 | 1010101 | 0 | 1001001 | 1011 | 10000000 | 1001101 | 110011 |
Color Harmonies of #23E33D
Complementary color
Monochromatic Colors of #23E33D
Black with #23E33D
Text Example
Text Example
White with #23E33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E33D; }
p { color: rgb(35,227,61); }
H1.HeaderClassName
{
color: #23E33D;
}
.AnyTagClassName
{
color: #23E33D;
}
</style>
background-color css
<style>
a { background-color: #23E33D; }
a { background-color: rgb(35,227,61); }
div.DivClassName
{
background-color: #23E33D;
}
.BgClassName
{
background-color: #23E33D;
}
</style>
border-color css
<style>
span { border-color: #23E33D; }
span { border-color: rgb(35,227,61); }
td.TdClassName
{
border-color: #23E33D;
}
.TagClassName
{
border-color: #23E33D;
}
</style>