Shades of Lime Green #41F030
Tints of Lime Green #41F030
RGB
CMYK
RGB Variations
Color information
#41F030 (or 0x41F030) is known color: Lime Green. HEX triplet: 41, F0 and 30. RGB value is (65,240,48). Sum of RGB (Red+Green+Blue) = 65+240+48=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #41F030 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F030 is #BE0FCF. Grayscale: #A6A6A6. Windows color (decimal): -12455888 or 3207233. OLE color: 3207233.
HSL color Cylindrical-coordinate representation of color #41F030: hue angle of 114.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41F030 is Cyan = 0.73, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 240 | 48 | - |
| CMYK | 0.73 | 0 | 0.8 | 0.06 |
| HSL | 114.69º | 0.86% | 0.56% | - |
| HSV(B) | 114.69º | 0.8% | 0.94% | - |
| XYZ | 33.87 | 63.66 | 13.3 | - |
| YUV | 165.79 | 61.52 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 48 | 0.73 | 0 | 0.8 | 0.06 | 114.69 | 0.86 | 0.56 |
| Hex | 41 | F0 | 30 | 49 | 0 | 50 | 6 | 73 | 56 | 38 |
| Octal | 101 | 360 | 60 | 111 | 0 | 120 | 6 | 163 | 126 | 70 |
| Binary | 1000001 | 11110000 | 110000 | 1001001 | 0 | 1010000 | 110 | 1110011 | 1010110 | 111000 |
Color Harmonies of #41F030
Complementary color
Monochromatic Colors of #41F030
Black with #41F030
Text Example
Text Example
White with #41F030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F030; }
p { color: rgb(65,240,48); }
H1.HeaderClassName
{
color: #41F030;
}
.AnyTagClassName
{
color: #41F030;
}
</style>
background-color css
<style>
a { background-color: #41F030; }
a { background-color: rgb(65,240,48); }
div.DivClassName
{
background-color: #41F030;
}
.BgClassName
{
background-color: #41F030;
}
</style>
border-color css
<style>
span { border-color: #41F030; }
span { border-color: rgb(65,240,48); }
td.TdClassName
{
border-color: #41F030;
}
.TagClassName
{
border-color: #41F030;
}
</style>