Shades of Lime Green #41CE35
Tints of Lime Green #41CE35
RGB
CMYK
RGB Variations
Color information
#41CE35 (or 0x41CE35) is known color: Lime Green. HEX triplet: 41, CE and 35. RGB value is (65,206,53). Sum of RGB (Red+Green+Blue) = 65+206+53=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 206 (80.86% from 255 or 63.58% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CE35 is #BE31CA. Grayscale: #929292. Windows color (decimal): -12464587 or 3526209. OLE color: 3526209.
HSL color Cylindrical-coordinate representation of color #41CE35: hue angle of 115.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41CE35 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 53 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.19 |
| HSL | 115.29º | 0.61% | 0.51% | - |
| HSV(B) | 115.29º | 0.74% | 0.81% | - |
| XYZ | 24.89 | 45.52 | 10.84 | - |
| YUV | 146.4 | 75.29 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 53 | 0.68 | 0 | 0.74 | 0.19 | 115.29 | 0.61 | 0.51 |
| Hex | 41 | CE | 35 | 44 | 0 | 4A | 13 | 73 | 3D | 33 |
| Octal | 101 | 316 | 65 | 104 | 0 | 112 | 23 | 163 | 75 | 63 |
| Binary | 1000001 | 11001110 | 110101 | 1000100 | 0 | 1001010 | 10011 | 1110011 | 111101 | 110011 |
Color Harmonies of #41CE35
Complementary color
Monochromatic Colors of #41CE35
Black with #41CE35
Text Example
Text Example
White with #41CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CE35; }
p { color: rgb(65,206,53); }
H1.HeaderClassName
{
color: #41CE35;
}
.AnyTagClassName
{
color: #41CE35;
}
</style>
background-color css
<style>
a { background-color: #41CE35; }
a { background-color: rgb(65,206,53); }
div.DivClassName
{
background-color: #41CE35;
}
.BgClassName
{
background-color: #41CE35;
}
</style>
border-color css
<style>
span { border-color: #41CE35; }
span { border-color: rgb(65,206,53); }
td.TdClassName
{
border-color: #41CE35;
}
.TagClassName
{
border-color: #41CE35;
}
</style>