Shades of Lime Green #41F033
Tints of Lime Green #41F033
RGB
CMYK
RGB Variations
Color information
#41F033 (or 0x41F033) is known color: Lime Green. HEX triplet: 41, F0 and 33. RGB value is (65,240,51). Sum of RGB (Red+Green+Blue) = 65+240+51=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #41F033 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F033 is #BE0FCC. Grayscale: #A6A6A6. Windows color (decimal): -12455885 or 3403841. OLE color: 3403841.
HSL color Cylindrical-coordinate representation of color #41F033: hue angle of 115.56º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41F033 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 240 | 51 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.06 |
| HSL | 115.56º | 0.86% | 0.57% | - |
| HSV(B) | 115.56º | 0.79% | 0.94% | - |
| XYZ | 33.94 | 63.68 | 13.64 | - |
| YUV | 166.13 | 63.02 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 51 | 0.73 | 0 | 0.79 | 0.06 | 115.56 | 0.86 | 0.57 |
| Hex | 41 | F0 | 33 | 49 | 0 | 4F | 6 | 74 | 56 | 39 |
| Octal | 101 | 360 | 63 | 111 | 0 | 117 | 6 | 164 | 126 | 71 |
| Binary | 1000001 | 11110000 | 110011 | 1001001 | 0 | 1001111 | 110 | 1110100 | 1010110 | 111001 |
Color Harmonies of #41F033
Complementary color
Monochromatic Colors of #41F033
Black with #41F033
Text Example
Text Example
White with #41F033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F033; }
p { color: rgb(65,240,51); }
H1.HeaderClassName
{
color: #41F033;
}
.AnyTagClassName
{
color: #41F033;
}
</style>
background-color css
<style>
a { background-color: #41F033; }
a { background-color: rgb(65,240,51); }
div.DivClassName
{
background-color: #41F033;
}
.BgClassName
{
background-color: #41F033;
}
</style>
border-color css
<style>
span { border-color: #41F033; }
span { border-color: rgb(65,240,51); }
td.TdClassName
{
border-color: #41F033;
}
.TagClassName
{
border-color: #41F033;
}
</style>