Shades of Lime Green #40F730
Tints of Lime Green #40F730
RGB
CMYK
RGB Variations
Color information
#40F730 (or 0x40F730) is known color: Lime Green. HEX triplet: 40, F7 and 30. RGB value is (64,247,48). Sum of RGB (Red+Green+Blue) = 64+247+48=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #40F730 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F730 is #BF08CF. Grayscale: #AAAAAA. Windows color (decimal): -12519632 or 3209024. OLE color: 3209024.
HSL color Cylindrical-coordinate representation of color #40F730: hue angle of 115.18º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40F730 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 48 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.03 |
| HSL | 115.18º | 0.93% | 0.58% | - |
| HSV(B) | 115.18º | 0.81% | 0.97% | - |
| XYZ | 35.91 | 67.82 | 14 | - |
| YUV | 169.6 | 59.37 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 48 | 0.74 | 0 | 0.81 | 0.03 | 115.18 | 0.93 | 0.58 |
| Hex | 40 | F7 | 30 | 4A | 0 | 51 | 3 | 73 | 5D | 3A |
| Octal | 100 | 367 | 60 | 112 | 0 | 121 | 3 | 163 | 135 | 72 |
| Binary | 1000000 | 11110111 | 110000 | 1001010 | 0 | 1010001 | 11 | 1110011 | 1011101 | 111010 |
Color Harmonies of #40F730
Complementary color
Monochromatic Colors of #40F730
Black with #40F730
Text Example
Text Example
White with #40F730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F730; }
p { color: rgb(64,247,48); }
H1.HeaderClassName
{
color: #40F730;
}
.AnyTagClassName
{
color: #40F730;
}
</style>
background-color css
<style>
a { background-color: #40F730; }
a { background-color: rgb(64,247,48); }
div.DivClassName
{
background-color: #40F730;
}
.BgClassName
{
background-color: #40F730;
}
</style>
border-color css
<style>
span { border-color: #40F730; }
span { border-color: rgb(64,247,48); }
td.TdClassName
{
border-color: #40F730;
}
.TagClassName
{
border-color: #40F730;
}
</style>