Shades of Lime Green #40EB23
Tints of Lime Green #40EB23
RGB
CMYK
RGB Variations
Color information
#40EB23 (or 0x40EB23) is known color: Lime Green. HEX triplet: 40, EB and 23. RGB value is (64,235,35). Sum of RGB (Red+Green+Blue) = 64+235+35=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 235 (92.19% from 255 or 70.36% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EB23 is #BF14DC. Grayscale: #A1A1A1. Windows color (decimal): -12522717 or 2353984. OLE color: 2353984.
HSL color Cylindrical-coordinate representation of color #40EB23: hue angle of 111.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40EB23 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 235 | 35 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.08 |
| HSL | 111.3º | 0.83% | 0.53% | - |
| HSV(B) | 111.3º | 0.85% | 0.92% | - |
| XYZ | 32.13 | 60.63 | 11.6 | - |
| YUV | 161.07 | 56.85 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 35 | 0.73 | 0 | 0.85 | 0.08 | 111.3 | 0.83 | 0.53 |
| Hex | 40 | EB | 23 | 49 | 0 | 55 | 8 | 6F | 53 | 35 |
| Octal | 100 | 353 | 43 | 111 | 0 | 125 | 10 | 157 | 123 | 65 |
| Binary | 1000000 | 11101011 | 100011 | 1001001 | 0 | 1010101 | 1000 | 1101111 | 1010011 | 110101 |
Color Harmonies of #40EB23
Complementary color
Monochromatic Colors of #40EB23
Black with #40EB23
Text Example
Text Example
White with #40EB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EB23; }
p { color: rgb(64,235,35); }
H1.HeaderClassName
{
color: #40EB23;
}
.AnyTagClassName
{
color: #40EB23;
}
</style>
background-color css
<style>
a { background-color: #40EB23; }
a { background-color: rgb(64,235,35); }
div.DivClassName
{
background-color: #40EB23;
}
.BgClassName
{
background-color: #40EB23;
}
</style>
border-color css
<style>
span { border-color: #40EB23; }
span { border-color: rgb(64,235,35); }
td.TdClassName
{
border-color: #40EB23;
}
.TagClassName
{
border-color: #40EB23;
}
</style>