Shades of Lime Green #41D039
Tints of Lime Green #41D039
RGB
CMYK
RGB Variations
Color information
#41D039 (or 0x41D039) is known color: Lime Green. HEX triplet: 41, D0 and 39. RGB value is (65,208,57). Sum of RGB (Red+Green+Blue) = 65+208+57=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 208 (81.64% from 255 or 63.03% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 208 - color contains mainly: green. Hex color #41D039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D039 is #BE2FC6. Grayscale: #949494. Windows color (decimal): -12464071 or 3788865. OLE color: 3788865.
HSL color Cylindrical-coordinate representation of color #41D039: hue angle of 116.82º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41D039 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 57 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.18 |
| HSL | 116.82º | 0.62% | 0.52% | - |
| HSV(B) | 116.82º | 0.73% | 0.82% | - |
| XYZ | 25.47 | 46.53 | 11.51 | - |
| YUV | 148.03 | 76.62 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 57 | 0.69 | 0 | 0.73 | 0.18 | 116.82 | 0.62 | 0.52 |
| Hex | 41 | D0 | 39 | 45 | 0 | 49 | 12 | 75 | 3E | 34 |
| Octal | 101 | 320 | 71 | 105 | 0 | 111 | 22 | 165 | 76 | 64 |
| Binary | 1000001 | 11010000 | 111001 | 1000101 | 0 | 1001001 | 10010 | 1110101 | 111110 | 110100 |
Color Harmonies of #41D039
Complementary color
Monochromatic Colors of #41D039
Black with #41D039
Text Example
Text Example
White with #41D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D039; }
p { color: rgb(65,208,57); }
H1.HeaderClassName
{
color: #41D039;
}
.AnyTagClassName
{
color: #41D039;
}
</style>
background-color css
<style>
a { background-color: #41D039; }
a { background-color: rgb(65,208,57); }
div.DivClassName
{
background-color: #41D039;
}
.BgClassName
{
background-color: #41D039;
}
</style>
border-color css
<style>
span { border-color: #41D039; }
span { border-color: rgb(65,208,57); }
td.TdClassName
{
border-color: #41D039;
}
.TagClassName
{
border-color: #41D039;
}
</style>