Shades of Lime Green #40E83C
Tints of Lime Green #40E83C
RGB
CMYK
RGB Variations
Color information
#40E83C (or 0x40E83C) is known color: Lime Green. HEX triplet: 40, E8 and 3C. RGB value is (64,232,60). Sum of RGB (Red+Green+Blue) = 64+232+60=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 232 (91.02% from 255 or 65.17% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 232 - color contains mainly: green. Hex color #40E83C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E83C is #BF17C3. Grayscale: #A2A2A2. Windows color (decimal): -12523460 or 3991616. OLE color: 3991616.
HSL color Cylindrical-coordinate representation of color #40E83C: hue angle of 118.6º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40E83C is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 232 | 60 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.09 |
| HSL | 118.6º | 0.79% | 0.57% | - |
| HSV(B) | 118.6º | 0.74% | 0.91% | - |
| XYZ | 31.79 | 59.13 | 14.01 | - |
| YUV | 162.16 | 70.34 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 232 | 60 | 0.72 | 0 | 0.74 | 0.09 | 118.6 | 0.79 | 0.57 |
| Hex | 40 | E8 | 3C | 48 | 0 | 4A | 9 | 77 | 4F | 39 |
| Octal | 100 | 350 | 74 | 110 | 0 | 112 | 11 | 167 | 117 | 71 |
| Binary | 1000000 | 11101000 | 111100 | 1001000 | 0 | 1001010 | 1001 | 1110111 | 1001111 | 111001 |
Color Harmonies of #40E83C
Complementary color
Monochromatic Colors of #40E83C
Black with #40E83C
Text Example
Text Example
White with #40E83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E83C; }
p { color: rgb(64,232,60); }
H1.HeaderClassName
{
color: #40E83C;
}
.AnyTagClassName
{
color: #40E83C;
}
</style>
background-color css
<style>
a { background-color: #40E83C; }
a { background-color: rgb(64,232,60); }
div.DivClassName
{
background-color: #40E83C;
}
.BgClassName
{
background-color: #40E83C;
}
</style>
border-color css
<style>
span { border-color: #40E83C; }
span { border-color: rgb(64,232,60); }
td.TdClassName
{
border-color: #40E83C;
}
.TagClassName
{
border-color: #40E83C;
}
</style>