Shades of Lime Green #40F033
Tints of Lime Green #40F033
RGB
CMYK
RGB Variations
Color information
#40F033 (or 0x40F033) is known color: Lime Green. HEX triplet: 40, F0 and 33. RGB value is (64,240,51). Sum of RGB (Red+Green+Blue) = 64+240+51=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 240 (94.14% from 255 or 67.61% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 240 - color contains mainly: green. Hex color #40F033 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F033 is #BF0FCC. Grayscale: #A6A6A6. Windows color (decimal): -12521421 or 3403840. OLE color: 3403840.
HSL color Cylindrical-coordinate representation of color #40F033: hue angle of 115.87º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40F033 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 51 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.06 |
| HSL | 115.87º | 0.86% | 0.57% | - |
| HSV(B) | 115.87º | 0.79% | 0.94% | - |
| XYZ | 33.87 | 63.65 | 13.63 | - |
| YUV | 165.83 | 63.19 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 51 | 0.73 | 0 | 0.79 | 0.06 | 115.87 | 0.86 | 0.57 |
| Hex | 40 | F0 | 33 | 49 | 0 | 4F | 6 | 74 | 56 | 39 |
| Octal | 100 | 360 | 63 | 111 | 0 | 117 | 6 | 164 | 126 | 71 |
| Binary | 1000000 | 11110000 | 110011 | 1001001 | 0 | 1001111 | 110 | 1110100 | 1010110 | 111001 |
Color Harmonies of #40F033
Complementary color
Monochromatic Colors of #40F033
Black with #40F033
Text Example
Text Example
White with #40F033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F033; }
p { color: rgb(64,240,51); }
H1.HeaderClassName
{
color: #40F033;
}
.AnyTagClassName
{
color: #40F033;
}
</style>
background-color css
<style>
a { background-color: #40F033; }
a { background-color: rgb(64,240,51); }
div.DivClassName
{
background-color: #40F033;
}
.BgClassName
{
background-color: #40F033;
}
</style>
border-color css
<style>
span { border-color: #40F033; }
span { border-color: rgb(64,240,51); }
td.TdClassName
{
border-color: #40F033;
}
.TagClassName
{
border-color: #40F033;
}
</style>