Shades of Lime Green #41CE40
Tints of Lime Green #41CE40
RGB
CMYK
RGB Variations
Color information
#41CE40 (or 0x41CE40) is known color: Lime Green. HEX triplet: 41, CE and 40. RGB value is (65,206,64). Sum of RGB (Red+Green+Blue) = 65+206+64=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CE40 is #BE31BF. Grayscale: #949494. Windows color (decimal): -12464576 or 4247105. OLE color: 4247105.
HSL color Cylindrical-coordinate representation of color #41CE40: hue angle of 119.58º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CE40 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 64 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.19 |
| HSL | 119.58º | 0.59% | 0.53% | - |
| HSV(B) | 119.58º | 0.69% | 0.81% | - |
| XYZ | 25.18 | 45.64 | 12.33 | - |
| YUV | 147.65 | 80.79 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 64 | 0.68 | 0 | 0.69 | 0.19 | 119.58 | 0.59 | 0.53 |
| Hex | 41 | CE | 40 | 44 | 0 | 45 | 13 | 78 | 3B | 35 |
| Octal | 101 | 316 | 100 | 104 | 0 | 105 | 23 | 170 | 73 | 65 |
| Binary | 1000001 | 11001110 | 1000000 | 1000100 | 0 | 1000101 | 10011 | 1111000 | 111011 | 110101 |
Color Harmonies of #41CE40
Complementary color
Monochromatic Colors of #41CE40
Black with #41CE40
Text Example
Text Example
White with #41CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CE40; }
p { color: rgb(65,206,64); }
H1.HeaderClassName
{
color: #41CE40;
}
.AnyTagClassName
{
color: #41CE40;
}
</style>
background-color css
<style>
a { background-color: #41CE40; }
a { background-color: rgb(65,206,64); }
div.DivClassName
{
background-color: #41CE40;
}
.BgClassName
{
background-color: #41CE40;
}
</style>
border-color css
<style>
span { border-color: #41CE40; }
span { border-color: rgb(65,206,64); }
td.TdClassName
{
border-color: #41CE40;
}
.TagClassName
{
border-color: #41CE40;
}
</style>