Shades of Lime Green #40F030
Tints of Lime Green #40F030
RGB
CMYK
RGB Variations
Color information
#40F030 (or 0x40F030) is known color: Lime Green. HEX triplet: 40, F0 and 30. RGB value is (64,240,48). Sum of RGB (Red+Green+Blue) = 64+240+48=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #40F030 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F030 is #BF0FCF. Grayscale: #A6A6A6. Windows color (decimal): -12521424 or 3207232. OLE color: 3207232.
HSL color Cylindrical-coordinate representation of color #40F030: hue angle of 115º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40F030 is Cyan = 0.73, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 48 | - |
| CMYK | 0.73 | 0 | 0.8 | 0.06 |
| HSL | 115º | 0.86% | 0.56% | - |
| HSV(B) | 115º | 0.8% | 0.94% | - |
| XYZ | 33.81 | 63.62 | 13.3 | - |
| YUV | 165.49 | 61.69 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 48 | 0.73 | 0 | 0.8 | 0.06 | 115 | 0.86 | 0.56 |
| Hex | 40 | F0 | 30 | 49 | 0 | 50 | 6 | 73 | 56 | 38 |
| Octal | 100 | 360 | 60 | 111 | 0 | 120 | 6 | 163 | 126 | 70 |
| Binary | 1000000 | 11110000 | 110000 | 1001001 | 0 | 1010000 | 110 | 1110011 | 1010110 | 111000 |
Color Harmonies of #40F030
Complementary color
Monochromatic Colors of #40F030
Black with #40F030
Text Example
Text Example
White with #40F030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F030; }
p { color: rgb(64,240,48); }
H1.HeaderClassName
{
color: #40F030;
}
.AnyTagClassName
{
color: #40F030;
}
</style>
background-color css
<style>
a { background-color: #40F030; }
a { background-color: rgb(64,240,48); }
div.DivClassName
{
background-color: #40F030;
}
.BgClassName
{
background-color: #40F030;
}
</style>
border-color css
<style>
span { border-color: #40F030; }
span { border-color: rgb(64,240,48); }
td.TdClassName
{
border-color: #40F030;
}
.TagClassName
{
border-color: #40F030;
}
</style>