Shades of Lime Green #41C82F
Tints of Lime Green #41C82F
RGB
CMYK
RGB Variations
Color information
#41C82F (or 0x41C82F) is known color: Lime Green. HEX triplet: 41, C8 and 2F. RGB value is (65,200,47). Sum of RGB (Red+Green+Blue) = 65+200+47=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 200 (78.52% from 255 or 64.10% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 200 - color contains mainly: green. Hex color #41C82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C82F is #BE37D0. Grayscale: #8E8E8E. Windows color (decimal): -12466129 or 3131457. OLE color: 3131457.
HSL color Cylindrical-coordinate representation of color #41C82F: hue angle of 112.94º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41C82F is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 200 | 47 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.22 |
| HSL | 112.94º | 0.62% | 0.48% | - |
| HSV(B) | 112.94º | 0.77% | 0.78% | - |
| XYZ | 23.35 | 42.64 | 9.69 | - |
| YUV | 142.19 | 74.27 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 200 | 47 | 0.68 | 0 | 0.76 | 0.22 | 112.94 | 0.62 | 0.48 |
| Hex | 41 | C8 | 2F | 44 | 0 | 4C | 16 | 71 | 3E | 30 |
| Octal | 101 | 310 | 57 | 104 | 0 | 114 | 26 | 161 | 76 | 60 |
| Binary | 1000001 | 11001000 | 101111 | 1000100 | 0 | 1001100 | 10110 | 1110001 | 111110 | 110000 |
Color Harmonies of #41C82F
Complementary color
Monochromatic Colors of #41C82F
Black with #41C82F
Text Example
Text Example
White with #41C82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C82F; }
p { color: rgb(65,200,47); }
H1.HeaderClassName
{
color: #41C82F;
}
.AnyTagClassName
{
color: #41C82F;
}
</style>
background-color css
<style>
a { background-color: #41C82F; }
a { background-color: rgb(65,200,47); }
div.DivClassName
{
background-color: #41C82F;
}
.BgClassName
{
background-color: #41C82F;
}
</style>
border-color css
<style>
span { border-color: #41C82F; }
span { border-color: rgb(65,200,47); }
td.TdClassName
{
border-color: #41C82F;
}
.TagClassName
{
border-color: #41C82F;
}
</style>