Shades of Lime Green #40F63C
Tints of Lime Green #40F63C
RGB
CMYK
RGB Variations
Color information
#40F63C (or 0x40F63C) is known color: Lime Green. HEX triplet: 40, F6 and 3C. RGB value is (64,246,60). Sum of RGB (Red+Green+Blue) = 64+246+60=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 246 (96.48% from 255 or 66.49% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 246 - color contains mainly: green. Hex color #40F63C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F63C is #BF09C3. Grayscale: #AAAAAA. Windows color (decimal): -12519876 or 3995200. OLE color: 3995200.
HSL color Cylindrical-coordinate representation of color #40F63C: hue angle of 118.71º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40F63C is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 246 | 60 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.04 |
| HSL | 118.71º | 0.91% | 0.6% | - |
| HSV(B) | 118.71º | 0.76% | 0.96% | - |
| XYZ | 35.89 | 67.33 | 15.38 | - |
| YUV | 170.38 | 65.7 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 246 | 60 | 0.74 | 0 | 0.76 | 0.04 | 118.71 | 0.91 | 0.6 |
| Hex | 40 | F6 | 3C | 4A | 0 | 4C | 4 | 77 | 5B | 3C |
| Octal | 100 | 366 | 74 | 112 | 0 | 114 | 4 | 167 | 133 | 74 |
| Binary | 1000000 | 11110110 | 111100 | 1001010 | 0 | 1001100 | 100 | 1110111 | 1011011 | 111100 |
Color Harmonies of #40F63C
Complementary color
Monochromatic Colors of #40F63C
Black with #40F63C
Text Example
Text Example
White with #40F63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F63C; }
p { color: rgb(64,246,60); }
H1.HeaderClassName
{
color: #40F63C;
}
.AnyTagClassName
{
color: #40F63C;
}
</style>
background-color css
<style>
a { background-color: #40F63C; }
a { background-color: rgb(64,246,60); }
div.DivClassName
{
background-color: #40F63C;
}
.BgClassName
{
background-color: #40F63C;
}
</style>
border-color css
<style>
span { border-color: #40F63C; }
span { border-color: rgb(64,246,60); }
td.TdClassName
{
border-color: #40F63C;
}
.TagClassName
{
border-color: #40F63C;
}
</style>