Shades of Lime Green #40F92E
Tints of Lime Green #40F92E
RGB
CMYK
RGB Variations
Color information
#40F92E (or 0x40F92E) is known color: Lime Green. HEX triplet: 40, F9 and 2E. RGB value is (64,249,46). Sum of RGB (Red+Green+Blue) = 64+249+46=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 249 (97.66% from 255 or 69.36% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 249 - color contains mainly: green. Hex color #40F92E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F92E is #BF06D1. Grayscale: #ABABAB. Windows color (decimal): -12519122 or 3078464. OLE color: 3078464.
HSL color Cylindrical-coordinate representation of color #40F92E: hue angle of 114.68º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40F92E is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 46 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.02 |
| HSL | 114.68º | 0.94% | 0.58% | - |
| HSV(B) | 114.68º | 0.82% | 0.98% | - |
| XYZ | 36.48 | 69.04 | 13.99 | - |
| YUV | 170.54 | 57.71 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 46 | 0.74 | 0 | 0.82 | 0.02 | 114.68 | 0.94 | 0.58 |
| Hex | 40 | F9 | 2E | 4A | 0 | 52 | 2 | 73 | 5E | 3A |
| Octal | 100 | 371 | 56 | 112 | 0 | 122 | 2 | 163 | 136 | 72 |
| Binary | 1000000 | 11111001 | 101110 | 1001010 | 0 | 1010010 | 10 | 1110011 | 1011110 | 111010 |
Color Harmonies of #40F92E
Complementary color
Monochromatic Colors of #40F92E
Black with #40F92E
Text Example
Text Example
White with #40F92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F92E; }
p { color: rgb(64,249,46); }
H1.HeaderClassName
{
color: #40F92E;
}
.AnyTagClassName
{
color: #40F92E;
}
</style>
background-color css
<style>
a { background-color: #40F92E; }
a { background-color: rgb(64,249,46); }
div.DivClassName
{
background-color: #40F92E;
}
.BgClassName
{
background-color: #40F92E;
}
</style>
border-color css
<style>
span { border-color: #40F92E; }
span { border-color: rgb(64,249,46); }
td.TdClassName
{
border-color: #40F92E;
}
.TagClassName
{
border-color: #40F92E;
}
</style>