Shades of Lime Green #40F346
Tints of Lime Green #40F346
RGB
CMYK
RGB Variations
Color information
#40F346 (or 0x40F346) is known color: Lime Green. HEX triplet: 40, F3 and 46. RGB value is (64,243,70). Sum of RGB (Red+Green+Blue) = 64+243+70=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #40F346 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F346 is #BF0CB9. Grayscale: #AAAAAA. Windows color (decimal): -12520634 or 4649792. OLE color: 4649792.
HSL color Cylindrical-coordinate representation of color #40F346: hue angle of 122.01º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F346 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 70 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.05 |
| HSL | 122.01º | 0.88% | 0.6% | - |
| HSV(B) | 122.01º | 0.74% | 0.95% | - |
| XYZ | 35.27 | 65.63 | 16.6 | - |
| YUV | 169.76 | 71.7 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 70 | 0.74 | 0 | 0.71 | 0.05 | 122.01 | 0.88 | 0.6 |
| Hex | 40 | F3 | 46 | 4A | 0 | 47 | 5 | 7A | 58 | 3C |
| Octal | 100 | 363 | 106 | 112 | 0 | 107 | 5 | 172 | 130 | 74 |
| Binary | 1000000 | 11110011 | 1000110 | 1001010 | 0 | 1000111 | 101 | 1111010 | 1011000 | 111100 |
Color Harmonies of #40F346
Complementary color
Monochromatic Colors of #40F346
Black with #40F346
Text Example
Text Example
White with #40F346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F346; }
p { color: rgb(64,243,70); }
H1.HeaderClassName
{
color: #40F346;
}
.AnyTagClassName
{
color: #40F346;
}
</style>
background-color css
<style>
a { background-color: #40F346; }
a { background-color: rgb(64,243,70); }
div.DivClassName
{
background-color: #40F346;
}
.BgClassName
{
background-color: #40F346;
}
</style>
border-color css
<style>
span { border-color: #40F346; }
span { border-color: rgb(64,243,70); }
td.TdClassName
{
border-color: #40F346;
}
.TagClassName
{
border-color: #40F346;
}
</style>