Shades of Lime Green #23EF2C
Tints of Lime Green #23EF2C
RGB
CMYK
RGB Variations
Color information
#23EF2C (or 0x23EF2C) is known color: Lime Green. HEX triplet: 23, EF and 2C. RGB value is (35,239,44). Sum of RGB (Red+Green+Blue) = 35+239+44=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #23EF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #23EF2C is #DC10D3. Grayscale: #9C9C9C. Windows color (decimal): -14422228 or 2944803. OLE color: 2944803.
HSL color Cylindrical-coordinate representation of color #23EF2C: hue angle of 122.65º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EF2C is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 239 | 44 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.06 |
| HSL | 122.65º | 0.86% | 0.54% | - |
| HSV(B) | 122.65º | 0.85% | 0.94% | - |
| XYZ | 32.01 | 62.27 | 12.72 | - |
| YUV | 155.77 | 64.91 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 239 | 44 | 0.85 | 0 | 0.82 | 0.06 | 122.65 | 0.86 | 0.54 |
| Hex | 23 | EF | 2C | 55 | 0 | 52 | 6 | 7B | 56 | 36 |
| Octal | 43 | 357 | 54 | 125 | 0 | 122 | 6 | 173 | 126 | 66 |
| Binary | 100011 | 11101111 | 101100 | 1010101 | 0 | 1010010 | 110 | 1111011 | 1010110 | 110110 |
Color Harmonies of #23EF2C
Complementary color
Monochromatic Colors of #23EF2C
Black with #23EF2C
Text Example
Text Example
White with #23EF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EF2C; }
p { color: rgb(35,239,44); }
H1.HeaderClassName
{
color: #23EF2C;
}
.AnyTagClassName
{
color: #23EF2C;
}
</style>
background-color css
<style>
a { background-color: #23EF2C; }
a { background-color: rgb(35,239,44); }
div.DivClassName
{
background-color: #23EF2C;
}
.BgClassName
{
background-color: #23EF2C;
}
</style>
border-color css
<style>
span { border-color: #23EF2C; }
span { border-color: rgb(35,239,44); }
td.TdClassName
{
border-color: #23EF2C;
}
.TagClassName
{
border-color: #23EF2C;
}
</style>