Shades of Lime Green #41C03D
Tints of Lime Green #41C03D
RGB
CMYK
RGB Variations
Color information
#41C03D (or 0x41C03D) is known color: Lime Green. HEX triplet: 41, C0 and 3D. RGB value is (65,192,61). Sum of RGB (Red+Green+Blue) = 65+192+61=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #41C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C03D is #BE3FC2. Grayscale: #8B8B8B. Windows color (decimal): -12468163 or 4046913. OLE color: 4046913.
HSL color Cylindrical-coordinate representation of color #41C03D: hue angle of 118.17º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C03D is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 61 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.25 |
| HSL | 118.17º | 0.52% | 0.5% | - |
| HSV(B) | 118.17º | 0.68% | 0.75% | - |
| XYZ | 21.87 | 39.16 | 10.82 | - |
| YUV | 139.09 | 83.92 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 61 | 0.66 | 0 | 0.68 | 0.25 | 118.17 | 0.52 | 0.5 |
| Hex | 41 | C0 | 3D | 42 | 0 | 44 | 19 | 76 | 34 | 32 |
| Octal | 101 | 300 | 75 | 102 | 0 | 104 | 31 | 166 | 64 | 62 |
| Binary | 1000001 | 11000000 | 111101 | 1000010 | 0 | 1000100 | 11001 | 1110110 | 110100 | 110010 |
Color Harmonies of #41C03D
Complementary color
Monochromatic Colors of #41C03D
Black with #41C03D
Text Example
Text Example
White with #41C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C03D; }
p { color: rgb(65,192,61); }
H1.HeaderClassName
{
color: #41C03D;
}
.AnyTagClassName
{
color: #41C03D;
}
</style>
background-color css
<style>
a { background-color: #41C03D; }
a { background-color: rgb(65,192,61); }
div.DivClassName
{
background-color: #41C03D;
}
.BgClassName
{
background-color: #41C03D;
}
</style>
border-color css
<style>
span { border-color: #41C03D; }
span { border-color: rgb(65,192,61); }
td.TdClassName
{
border-color: #41C03D;
}
.TagClassName
{
border-color: #41C03D;
}
</style>