Shades of Lime Green #41C62C
Tints of Lime Green #41C62C
RGB
CMYK
RGB Variations
Color information
#41C62C (or 0x41C62C) is known color: Lime Green. HEX triplet: 41, C6 and 2C. RGB value is (65,198,44). Sum of RGB (Red+Green+Blue) = 65+198+44=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 198 (77.73% from 255 or 64.50% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 198 - color contains mainly: green. Hex color #41C62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C62C is #BE39D3. Grayscale: #8D8D8D. Windows color (decimal): -12466644 or 2934337. OLE color: 2934337.
HSL color Cylindrical-coordinate representation of color #41C62C: hue angle of 111.82º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41C62C is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 198 | 44 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.22 |
| HSL | 111.82º | 0.64% | 0.47% | - |
| HSV(B) | 111.82º | 0.78% | 0.78% | - |
| XYZ | 22.83 | 41.69 | 9.23 | - |
| YUV | 140.68 | 73.44 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 198 | 44 | 0.67 | 0 | 0.78 | 0.22 | 111.82 | 0.64 | 0.47 |
| Hex | 41 | C6 | 2C | 43 | 0 | 4E | 16 | 70 | 40 | 2F |
| Octal | 101 | 306 | 54 | 103 | 0 | 116 | 26 | 160 | 100 | 57 |
| Binary | 1000001 | 11000110 | 101100 | 1000011 | 0 | 1001110 | 10110 | 1110000 | 1000000 | 101111 |
Color Harmonies of #41C62C
Complementary color
Monochromatic Colors of #41C62C
Black with #41C62C
Text Example
Text Example
White with #41C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C62C; }
p { color: rgb(65,198,44); }
H1.HeaderClassName
{
color: #41C62C;
}
.AnyTagClassName
{
color: #41C62C;
}
</style>
background-color css
<style>
a { background-color: #41C62C; }
a { background-color: rgb(65,198,44); }
div.DivClassName
{
background-color: #41C62C;
}
.BgClassName
{
background-color: #41C62C;
}
</style>
border-color css
<style>
span { border-color: #41C62C; }
span { border-color: rgb(65,198,44); }
td.TdClassName
{
border-color: #41C62C;
}
.TagClassName
{
border-color: #41C62C;
}
</style>