Shades of Lime Green #41E64C
Tints of Lime Green #41E64C
RGB
CMYK
RGB Variations
Color information
#41E64C (or 0x41E64C) is known color: Lime Green. HEX triplet: 41, E6 and 4C. RGB value is (65,230,76). Sum of RGB (Red+Green+Blue) = 65+230+76=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 230 (90.23% from 255 or 61.99% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 230 - color contains mainly: green. Hex color #41E64C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E64C is #BE19B3. Grayscale: #A3A3A3. Windows color (decimal): -12458420 or 5039681. OLE color: 5039681.
HSL color Cylindrical-coordinate representation of color #41E64C: hue angle of 124º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E64C is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 230 | 76 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.10 |
| HSL | 124º | 0.77% | 0.58% | - |
| HSV(B) | 124º | 0.72% | 0.9% | - |
| XYZ | 31.78 | 58.24 | 16.4 | - |
| YUV | 163.11 | 78.84 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 230 | 76 | 0.72 | 0 | 0.67 | 0.10 | 124 | 0.77 | 0.58 |
| Hex | 41 | E6 | 4C | 48 | 0 | 43 | A | 7C | 4D | 3A |
| Octal | 101 | 346 | 114 | 110 | 0 | 103 | 12 | 174 | 115 | 72 |
| Binary | 1000001 | 11100110 | 1001100 | 1001000 | 0 | 1000011 | 1010 | 1111100 | 1001101 | 111010 |
Color Harmonies of #41E64C
Complementary color
Monochromatic Colors of #41E64C
Black with #41E64C
Text Example
Text Example
White with #41E64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E64C; }
p { color: rgb(65,230,76); }
H1.HeaderClassName
{
color: #41E64C;
}
.AnyTagClassName
{
color: #41E64C;
}
</style>
background-color css
<style>
a { background-color: #41E64C; }
a { background-color: rgb(65,230,76); }
div.DivClassName
{
background-color: #41E64C;
}
.BgClassName
{
background-color: #41E64C;
}
</style>
border-color css
<style>
span { border-color: #41E64C; }
span { border-color: rgb(65,230,76); }
td.TdClassName
{
border-color: #41E64C;
}
.TagClassName
{
border-color: #41E64C;
}
</style>