Shades of Lime Green #41F32E
Tints of Lime Green #41F32E
RGB
CMYK
RGB Variations
Color information
#41F32E (or 0x41F32E) is known color: Lime Green. HEX triplet: 41, F3 and 2E. RGB value is (65,243,46). Sum of RGB (Red+Green+Blue) = 65+243+46=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 243 (95.31% from 255 or 68.64% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 243 - color contains mainly: green. Hex color #41F32E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F32E is #BE0CD1. Grayscale: #A7A7A7. Windows color (decimal): -12455122 or 3076929. OLE color: 3076929.
HSL color Cylindrical-coordinate representation of color #41F32E: hue angle of 114.21º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41F32E is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 243 | 46 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.05 |
| HSL | 114.21º | 0.89% | 0.57% | - |
| HSV(B) | 114.21º | 0.81% | 0.95% | - |
| XYZ | 34.72 | 65.42 | 13.38 | - |
| YUV | 167.32 | 59.53 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 243 | 46 | 0.73 | 0 | 0.81 | 0.05 | 114.21 | 0.89 | 0.57 |
| Hex | 41 | F3 | 2E | 49 | 0 | 51 | 5 | 72 | 59 | 39 |
| Octal | 101 | 363 | 56 | 111 | 0 | 121 | 5 | 162 | 131 | 71 |
| Binary | 1000001 | 11110011 | 101110 | 1001001 | 0 | 1010001 | 101 | 1110010 | 1011001 | 111001 |
Color Harmonies of #41F32E
Complementary color
Monochromatic Colors of #41F32E
Black with #41F32E
Text Example
Text Example
White with #41F32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F32E; }
p { color: rgb(65,243,46); }
H1.HeaderClassName
{
color: #41F32E;
}
.AnyTagClassName
{
color: #41F32E;
}
</style>
background-color css
<style>
a { background-color: #41F32E; }
a { background-color: rgb(65,243,46); }
div.DivClassName
{
background-color: #41F32E;
}
.BgClassName
{
background-color: #41F32E;
}
</style>
border-color css
<style>
span { border-color: #41F32E; }
span { border-color: rgb(65,243,46); }
td.TdClassName
{
border-color: #41F32E;
}
.TagClassName
{
border-color: #41F32E;
}
</style>