Shades of Lime Green #40FC42
Tints of Lime Green #40FC42
RGB
CMYK
RGB Variations
Color information
#40FC42 (or 0x40FC42) is known color: Lime Green. HEX triplet: 40, FC and 42. RGB value is (64,252,66). Sum of RGB (Red+Green+Blue) = 64+252+66=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 252 (98.83% from 255 or 65.97% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FC42 is #BF03BD. Grayscale: #AFAFAF. Windows color (decimal): -12518334 or 4389952. OLE color: 4389952.
HSL color Cylindrical-coordinate representation of color #40FC42: hue angle of 120.64º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FC42 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 66 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.01 |
| HSL | 120.64º | 0.97% | 0.62% | - |
| HSV(B) | 120.64º | 0.75% | 0.99% | - |
| XYZ | 37.91 | 71.1 | 16.88 | - |
| YUV | 174.58 | 66.72 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 66 | 0.75 | 0 | 0.74 | 0.01 | 120.64 | 0.97 | 0.62 |
| Hex | 40 | FC | 42 | 4B | 0 | 4A | 1 | 79 | 61 | 3E |
| Octal | 100 | 374 | 102 | 113 | 0 | 112 | 1 | 171 | 141 | 76 |
| Binary | 1000000 | 11111100 | 1000010 | 1001011 | 0 | 1001010 | 1 | 1111001 | 1100001 | 111110 |
Color Harmonies of #40FC42
Complementary color
Monochromatic Colors of #40FC42
Black with #40FC42
Text Example
Text Example
White with #40FC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FC42; }
p { color: rgb(64,252,66); }
H1.HeaderClassName
{
color: #40FC42;
}
.AnyTagClassName
{
color: #40FC42;
}
</style>
background-color css
<style>
a { background-color: #40FC42; }
a { background-color: rgb(64,252,66); }
div.DivClassName
{
background-color: #40FC42;
}
.BgClassName
{
background-color: #40FC42;
}
</style>
border-color css
<style>
span { border-color: #40FC42; }
span { border-color: rgb(64,252,66); }
td.TdClassName
{
border-color: #40FC42;
}
.TagClassName
{
border-color: #40FC42;
}
</style>