Shades of Lime Green #23EC32
Tints of Lime Green #23EC32
RGB
CMYK
RGB Variations
Color information
#23EC32 (or 0x23EC32) is known color: Lime Green. HEX triplet: 23, EC and 32. RGB value is (35,236,50). Sum of RGB (Red+Green+Blue) = 35+236+50=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #23EC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #23EC32 is #DC13CD. Grayscale: #9B9B9B. Windows color (decimal): -14422990 or 3337251. OLE color: 3337251.
HSL color Cylindrical-coordinate representation of color #23EC32: hue angle of 124.48º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EC32 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 50 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.07 |
| HSL | 124.48º | 0.84% | 0.53% | - |
| HSV(B) | 124.48º | 0.85% | 0.93% | - |
| XYZ | 31.26 | 60.58 | 13.06 | - |
| YUV | 154.7 | 68.91 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 50 | 0.85 | 0 | 0.79 | 0.07 | 124.48 | 0.84 | 0.53 |
| Hex | 23 | EC | 32 | 55 | 0 | 4F | 7 | 7C | 54 | 35 |
| Octal | 43 | 354 | 62 | 125 | 0 | 117 | 7 | 174 | 124 | 65 |
| Binary | 100011 | 11101100 | 110010 | 1010101 | 0 | 1001111 | 111 | 1111100 | 1010100 | 110101 |
Color Harmonies of #23EC32
Complementary color
Monochromatic Colors of #23EC32
Black with #23EC32
Text Example
Text Example
White with #23EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EC32; }
p { color: rgb(35,236,50); }
H1.HeaderClassName
{
color: #23EC32;
}
.AnyTagClassName
{
color: #23EC32;
}
</style>
background-color css
<style>
a { background-color: #23EC32; }
a { background-color: rgb(35,236,50); }
div.DivClassName
{
background-color: #23EC32;
}
.BgClassName
{
background-color: #23EC32;
}
</style>
border-color css
<style>
span { border-color: #23EC32; }
span { border-color: rgb(35,236,50); }
td.TdClassName
{
border-color: #23EC32;
}
.TagClassName
{
border-color: #23EC32;
}
</style>