Shades of Lime Green #40F941
Tints of Lime Green #40F941
RGB
CMYK
RGB Variations
Color information
#40F941 (or 0x40F941) is known color: Lime Green. HEX triplet: 40, F9 and 41. RGB value is (64,249,65). Sum of RGB (Red+Green+Blue) = 64+249+65=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #40F941 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F941 is #BF06BE. Grayscale: #ADADAD. Windows color (decimal): -12519103 or 4323648. OLE color: 4323648.
HSL color Cylindrical-coordinate representation of color #40F941: hue angle of 120.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F941 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 65 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.02 |
| HSL | 120.32º | 0.94% | 0.61% | - |
| HSV(B) | 120.32º | 0.74% | 0.98% | - |
| XYZ | 36.94 | 69.22 | 16.42 | - |
| YUV | 172.71 | 67.21 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 65 | 0.74 | 0 | 0.74 | 0.02 | 120.32 | 0.94 | 0.61 |
| Hex | 40 | F9 | 41 | 4A | 0 | 4A | 2 | 78 | 5E | 3D |
| Octal | 100 | 371 | 101 | 112 | 0 | 112 | 2 | 170 | 136 | 75 |
| Binary | 1000000 | 11111001 | 1000001 | 1001010 | 0 | 1001010 | 10 | 1111000 | 1011110 | 111101 |
Color Harmonies of #40F941
Complementary color
Monochromatic Colors of #40F941
Black with #40F941
Text Example
Text Example
White with #40F941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F941; }
p { color: rgb(64,249,65); }
H1.HeaderClassName
{
color: #40F941;
}
.AnyTagClassName
{
color: #40F941;
}
</style>
background-color css
<style>
a { background-color: #40F941; }
a { background-color: rgb(64,249,65); }
div.DivClassName
{
background-color: #40F941;
}
.BgClassName
{
background-color: #40F941;
}
</style>
border-color css
<style>
span { border-color: #40F941; }
span { border-color: rgb(64,249,65); }
td.TdClassName
{
border-color: #40F941;
}
.TagClassName
{
border-color: #40F941;
}
</style>