Shades of Lime Green #40F835
Tints of Lime Green #40F835
RGB
CMYK
RGB Variations
Color information
#40F835 (or 0x40F835) is known color: Lime Green. HEX triplet: 40, F8 and 35. RGB value is (64,248,53). Sum of RGB (Red+Green+Blue) = 64+248+53=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #40F835 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F835 is #BF07CA. Grayscale: #ABABAB. Windows color (decimal): -12519371 or 3536960. OLE color: 3536960.
HSL color Cylindrical-coordinate representation of color #40F835: hue angle of 116.62º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40F835 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 53 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.03 |
| HSL | 116.62º | 0.93% | 0.59% | - |
| HSV(B) | 116.62º | 0.79% | 0.97% | - |
| XYZ | 36.32 | 68.48 | 14.67 | - |
| YUV | 170.75 | 61.54 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 53 | 0.74 | 0 | 0.79 | 0.03 | 116.62 | 0.93 | 0.59 |
| Hex | 40 | F8 | 35 | 4A | 0 | 4F | 3 | 75 | 5D | 3B |
| Octal | 100 | 370 | 65 | 112 | 0 | 117 | 3 | 165 | 135 | 73 |
| Binary | 1000000 | 11111000 | 110101 | 1001010 | 0 | 1001111 | 11 | 1110101 | 1011101 | 111011 |
Color Harmonies of #40F835
Complementary color
Monochromatic Colors of #40F835
Black with #40F835
Text Example
Text Example
White with #40F835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F835; }
p { color: rgb(64,248,53); }
H1.HeaderClassName
{
color: #40F835;
}
.AnyTagClassName
{
color: #40F835;
}
</style>
background-color css
<style>
a { background-color: #40F835; }
a { background-color: rgb(64,248,53); }
div.DivClassName
{
background-color: #40F835;
}
.BgClassName
{
background-color: #40F835;
}
</style>
border-color css
<style>
span { border-color: #40F835; }
span { border-color: rgb(64,248,53); }
td.TdClassName
{
border-color: #40F835;
}
.TagClassName
{
border-color: #40F835;
}
</style>