Shades of Lime Green #40E930
Tints of Lime Green #40E930
RGB
CMYK
RGB Variations
Color information
#40E930 (or 0x40E930) is known color: Lime Green. HEX triplet: 40, E9 and 30. RGB value is (64,233,48). Sum of RGB (Red+Green+Blue) = 64+233+48=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 233 (91.41% from 255 or 67.54% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 233 - color contains mainly: green. Hex color #40E930 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E930 is #BF16CF. Grayscale: #A1A1A1. Windows color (decimal): -12523216 or 3205440. OLE color: 3205440.
HSL color Cylindrical-coordinate representation of color #40E930: hue angle of 114.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40E930 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 48 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.09 |
| HSL | 114.81º | 0.81% | 0.55% | - |
| HSV(B) | 114.81º | 0.79% | 0.91% | - |
| XYZ | 31.79 | 59.58 | 12.62 | - |
| YUV | 161.38 | 64.01 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 48 | 0.73 | 0 | 0.79 | 0.09 | 114.81 | 0.81 | 0.55 |
| Hex | 40 | E9 | 30 | 49 | 0 | 4F | 9 | 73 | 51 | 37 |
| Octal | 100 | 351 | 60 | 111 | 0 | 117 | 11 | 163 | 121 | 67 |
| Binary | 1000000 | 11101001 | 110000 | 1001001 | 0 | 1001111 | 1001 | 1110011 | 1010001 | 110111 |
Color Harmonies of #40E930
Complementary color
Monochromatic Colors of #40E930
Black with #40E930
Text Example
Text Example
White with #40E930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E930; }
p { color: rgb(64,233,48); }
H1.HeaderClassName
{
color: #40E930;
}
.AnyTagClassName
{
color: #40E930;
}
</style>
background-color css
<style>
a { background-color: #40E930; }
a { background-color: rgb(64,233,48); }
div.DivClassName
{
background-color: #40E930;
}
.BgClassName
{
background-color: #40E930;
}
</style>
border-color css
<style>
span { border-color: #40E930; }
span { border-color: rgb(64,233,48); }
td.TdClassName
{
border-color: #40E930;
}
.TagClassName
{
border-color: #40E930;
}
</style>