Shades of Lime Green #41BD39
Tints of Lime Green #41BD39
RGB
CMYK
RGB Variations
Color information
#41BD39 (or 0x41BD39) is known color: Lime Green. HEX triplet: 41, BD and 39. RGB value is (65,189,57). Sum of RGB (Red+Green+Blue) = 65+189+57=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 189 (74.22% from 255 or 60.77% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BD39 is #BE42C6. Grayscale: #898989. Windows color (decimal): -12468935 or 3784001. OLE color: 3784001.
HSL color Cylindrical-coordinate representation of color #41BD39: hue angle of 116.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41BD39 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 57 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.26 |
| HSL | 116.36º | 0.54% | 0.48% | - |
| HSV(B) | 116.36º | 0.7% | 0.74% | - |
| XYZ | 21.12 | 37.81 | 10.06 | - |
| YUV | 136.88 | 82.92 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 57 | 0.66 | 0 | 0.70 | 0.26 | 116.36 | 0.54 | 0.48 |
| Hex | 41 | BD | 39 | 42 | 0 | 46 | 1A | 74 | 36 | 30 |
| Octal | 101 | 275 | 71 | 102 | 0 | 106 | 32 | 164 | 66 | 60 |
| Binary | 1000001 | 10111101 | 111001 | 1000010 | 0 | 1000110 | 11010 | 1110100 | 110110 | 110000 |
Color Harmonies of #41BD39
Complementary color
Monochromatic Colors of #41BD39
Black with #41BD39
Text Example
Text Example
White with #41BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BD39; }
p { color: rgb(65,189,57); }
H1.HeaderClassName
{
color: #41BD39;
}
.AnyTagClassName
{
color: #41BD39;
}
</style>
background-color css
<style>
a { background-color: #41BD39; }
a { background-color: rgb(65,189,57); }
div.DivClassName
{
background-color: #41BD39;
}
.BgClassName
{
background-color: #41BD39;
}
</style>
border-color css
<style>
span { border-color: #41BD39; }
span { border-color: rgb(65,189,57); }
td.TdClassName
{
border-color: #41BD39;
}
.TagClassName
{
border-color: #41BD39;
}
</style>