Shades of Lime Green #41C039
Tints of Lime Green #41C039
RGB
CMYK
RGB Variations
Color information
#41C039 (or 0x41C039) is known color: Lime Green. HEX triplet: 41, C0 and 39. RGB value is (65,192,57). Sum of RGB (Red+Green+Blue) = 65+192+57=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #41C039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C039 is #BE3FC6. Grayscale: #8B8B8B. Windows color (decimal): -12468167 or 3784769. OLE color: 3784769.
HSL color Cylindrical-coordinate representation of color #41C039: hue angle of 116.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41C039 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 57 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.25 |
| HSL | 116.44º | 0.54% | 0.49% | - |
| HSV(B) | 116.44º | 0.7% | 0.75% | - |
| XYZ | 21.77 | 39.12 | 10.27 | - |
| YUV | 138.64 | 81.92 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 57 | 0.66 | 0 | 0.70 | 0.25 | 116.44 | 0.54 | 0.49 |
| Hex | 41 | C0 | 39 | 42 | 0 | 46 | 19 | 74 | 36 | 31 |
| Octal | 101 | 300 | 71 | 102 | 0 | 106 | 31 | 164 | 66 | 61 |
| Binary | 1000001 | 11000000 | 111001 | 1000010 | 0 | 1000110 | 11001 | 1110100 | 110110 | 110001 |
Color Harmonies of #41C039
Complementary color
Monochromatic Colors of #41C039
Black with #41C039
Text Example
Text Example
White with #41C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C039; }
p { color: rgb(65,192,57); }
H1.HeaderClassName
{
color: #41C039;
}
.AnyTagClassName
{
color: #41C039;
}
</style>
background-color css
<style>
a { background-color: #41C039; }
a { background-color: rgb(65,192,57); }
div.DivClassName
{
background-color: #41C039;
}
.BgClassName
{
background-color: #41C039;
}
</style>
border-color css
<style>
span { border-color: #41C039; }
span { border-color: rgb(65,192,57); }
td.TdClassName
{
border-color: #41C039;
}
.TagClassName
{
border-color: #41C039;
}
</style>