Shades of Lime Green #41F72C
Tints of Lime Green #41F72C
RGB
CMYK
RGB Variations
Color information
#41F72C (or 0x41F72C) is known color: Lime Green. HEX triplet: 41, F7 and 2C. RGB value is (65,247,44). Sum of RGB (Red+Green+Blue) = 65+247+44=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 247 (96.88% from 255 or 69.38% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 247 - color contains mainly: green. Hex color #41F72C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F72C is #BE08D3. Grayscale: #AAAAAA. Windows color (decimal): -12454100 or 2946881. OLE color: 2946881.
HSL color Cylindrical-coordinate representation of color #41F72C: hue angle of 113.79º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41F72C is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 44 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.03 |
| HSL | 113.79º | 0.93% | 0.57% | - |
| HSV(B) | 113.79º | 0.82% | 0.97% | - |
| XYZ | 35.9 | 67.83 | 13.58 | - |
| YUV | 169.44 | 57.2 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 44 | 0.74 | 0 | 0.82 | 0.03 | 113.79 | 0.93 | 0.57 |
| Hex | 41 | F7 | 2C | 4A | 0 | 52 | 3 | 72 | 5D | 39 |
| Octal | 101 | 367 | 54 | 112 | 0 | 122 | 3 | 162 | 135 | 71 |
| Binary | 1000001 | 11110111 | 101100 | 1001010 | 0 | 1010010 | 11 | 1110010 | 1011101 | 111001 |
Color Harmonies of #41F72C
Complementary color
Monochromatic Colors of #41F72C
Black with #41F72C
Text Example
Text Example
White with #41F72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F72C; }
p { color: rgb(65,247,44); }
H1.HeaderClassName
{
color: #41F72C;
}
.AnyTagClassName
{
color: #41F72C;
}
</style>
background-color css
<style>
a { background-color: #41F72C; }
a { background-color: rgb(65,247,44); }
div.DivClassName
{
background-color: #41F72C;
}
.BgClassName
{
background-color: #41F72C;
}
</style>
border-color css
<style>
span { border-color: #41F72C; }
span { border-color: rgb(65,247,44); }
td.TdClassName
{
border-color: #41F72C;
}
.TagClassName
{
border-color: #41F72C;
}
</style>