Shades of Lime Green #40F635
Tints of Lime Green #40F635
RGB
CMYK
RGB Variations
Color information
#40F635 (or 0x40F635) is known color: Lime Green. HEX triplet: 40, F6 and 35. RGB value is (64,246,53). Sum of RGB (Red+Green+Blue) = 64+246+53=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 246 (96.48% from 255 or 67.77% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 246 - color contains mainly: green. Hex color #40F635 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F635 is #BF09CA. Grayscale: #AAAAAA. Windows color (decimal): -12519883 or 3536448. OLE color: 3536448.
HSL color Cylindrical-coordinate representation of color #40F635: hue angle of 116.58º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40F635 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 246 | 53 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.04 |
| HSL | 116.58º | 0.91% | 0.59% | - |
| HSV(B) | 116.58º | 0.78% | 0.96% | - |
| XYZ | 35.71 | 67.26 | 14.47 | - |
| YUV | 169.58 | 62.2 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 246 | 53 | 0.74 | 0 | 0.78 | 0.04 | 116.58 | 0.91 | 0.59 |
| Hex | 40 | F6 | 35 | 4A | 0 | 4E | 4 | 75 | 5B | 3B |
| Octal | 100 | 366 | 65 | 112 | 0 | 116 | 4 | 165 | 133 | 73 |
| Binary | 1000000 | 11110110 | 110101 | 1001010 | 0 | 1001110 | 100 | 1110101 | 1011011 | 111011 |
Color Harmonies of #40F635
Complementary color
Monochromatic Colors of #40F635
Black with #40F635
Text Example
Text Example
White with #40F635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F635; }
p { color: rgb(64,246,53); }
H1.HeaderClassName
{
color: #40F635;
}
.AnyTagClassName
{
color: #40F635;
}
</style>
background-color css
<style>
a { background-color: #40F635; }
a { background-color: rgb(64,246,53); }
div.DivClassName
{
background-color: #40F635;
}
.BgClassName
{
background-color: #40F635;
}
</style>
border-color css
<style>
span { border-color: #40F635; }
span { border-color: rgb(64,246,53); }
td.TdClassName
{
border-color: #40F635;
}
.TagClassName
{
border-color: #40F635;
}
</style>