Shades of Lime Green #41FD40
Tints of Lime Green #41FD40
RGB
CMYK
RGB Variations
Color information
#41FD40 (or 0x41FD40) is known color: Lime Green. HEX triplet: 41, FD and 40. RGB value is (65,253,64). Sum of RGB (Red+Green+Blue) = 65+253+64=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 253 (99.22% from 255 or 66.23% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 253 - color contains mainly: green. Hex color #41FD40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FD40 is #BE02BF. Grayscale: #AFAFAF. Windows color (decimal): -12452544 or 4259137. OLE color: 4259137.
HSL color Cylindrical-coordinate representation of color #41FD40: hue angle of 119.68º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FD40 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 253 | 64 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.01 |
| HSL | 119.68º | 0.98% | 0.62% | - |
| HSV(B) | 119.68º | 0.75% | 0.99% | - |
| XYZ | 38.23 | 71.74 | 16.68 | - |
| YUV | 175.24 | 65.22 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 253 | 64 | 0.74 | 0 | 0.75 | 0.01 | 119.68 | 0.98 | 0.62 |
| Hex | 41 | FD | 40 | 4A | 0 | 4B | 1 | 78 | 62 | 3E |
| Octal | 101 | 375 | 100 | 112 | 0 | 113 | 1 | 170 | 142 | 76 |
| Binary | 1000001 | 11111101 | 1000000 | 1001010 | 0 | 1001011 | 1 | 1111000 | 1100010 | 111110 |
Color Harmonies of #41FD40
Complementary color
Monochromatic Colors of #41FD40
Black with #41FD40
Text Example
Text Example
White with #41FD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FD40; }
p { color: rgb(65,253,64); }
H1.HeaderClassName
{
color: #41FD40;
}
.AnyTagClassName
{
color: #41FD40;
}
</style>
background-color css
<style>
a { background-color: #41FD40; }
a { background-color: rgb(65,253,64); }
div.DivClassName
{
background-color: #41FD40;
}
.BgClassName
{
background-color: #41FD40;
}
</style>
border-color css
<style>
span { border-color: #41FD40; }
span { border-color: rgb(65,253,64); }
td.TdClassName
{
border-color: #41FD40;
}
.TagClassName
{
border-color: #41FD40;
}
</style>