Shades of Lime Green #40FB32
Tints of Lime Green #40FB32
RGB
CMYK
RGB Variations
Color information
#40FB32 (or 0x40FB32) is known color: Lime Green. HEX triplet: 40, FB and 32. RGB value is (64,251,50). Sum of RGB (Red+Green+Blue) = 64+251+50=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 251 (98.44% from 255 or 68.77% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FB32 is #BF04CD. Grayscale: #ACACAC. Windows color (decimal): -12518606 or 3341120. OLE color: 3341120.
HSL color Cylindrical-coordinate representation of color #40FB32: hue angle of 115.82º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40FB32 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 50 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.02 |
| HSL | 115.82º | 0.96% | 0.59% | - |
| HSV(B) | 115.82º | 0.8% | 0.98% | - |
| XYZ | 37.19 | 70.31 | 14.63 | - |
| YUV | 172.17 | 59.05 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 50 | 0.75 | 0 | 0.80 | 0.02 | 115.82 | 0.96 | 0.59 |
| Hex | 40 | FB | 32 | 4B | 0 | 50 | 2 | 74 | 60 | 3B |
| Octal | 100 | 373 | 62 | 113 | 0 | 120 | 2 | 164 | 140 | 73 |
| Binary | 1000000 | 11111011 | 110010 | 1001011 | 0 | 1010000 | 10 | 1110100 | 1100000 | 111011 |
Color Harmonies of #40FB32
Complementary color
Monochromatic Colors of #40FB32
Black with #40FB32
Text Example
Text Example
White with #40FB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FB32; }
p { color: rgb(64,251,50); }
H1.HeaderClassName
{
color: #40FB32;
}
.AnyTagClassName
{
color: #40FB32;
}
</style>
background-color css
<style>
a { background-color: #40FB32; }
a { background-color: rgb(64,251,50); }
div.DivClassName
{
background-color: #40FB32;
}
.BgClassName
{
background-color: #40FB32;
}
</style>
border-color css
<style>
span { border-color: #40FB32; }
span { border-color: rgb(64,251,50); }
td.TdClassName
{
border-color: #40FB32;
}
.TagClassName
{
border-color: #40FB32;
}
</style>