Shades of Lime Green #41D239
Tints of Lime Green #41D239
RGB
CMYK
RGB Variations
Color information
#41D239 (or 0x41D239) is known color: Lime Green. HEX triplet: 41, D2 and 39. RGB value is (65,210,57). Sum of RGB (Red+Green+Blue) = 65+210+57=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 210 (82.42% from 255 or 63.25% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 210 - color contains mainly: green. Hex color #41D239 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D239 is #BE2DC6. Grayscale: #959595. Windows color (decimal): -12463559 or 3789377. OLE color: 3789377.
HSL color Cylindrical-coordinate representation of color #41D239: hue angle of 116.86º degrees, saturation: 0.63, 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 #41D239 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 210 | 57 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.18 |
| HSL | 116.86º | 0.63% | 0.52% | - |
| HSV(B) | 116.86º | 0.73% | 0.82% | - |
| XYZ | 25.97 | 47.51 | 11.67 | - |
| YUV | 149.2 | 75.96 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 210 | 57 | 0.69 | 0 | 0.73 | 0.18 | 116.86 | 0.63 | 0.52 |
| Hex | 41 | D2 | 39 | 45 | 0 | 49 | 12 | 75 | 3F | 34 |
| Octal | 101 | 322 | 71 | 105 | 0 | 111 | 22 | 165 | 77 | 64 |
| Binary | 1000001 | 11010010 | 111001 | 1000101 | 0 | 1001001 | 10010 | 1110101 | 111111 | 110100 |
Color Harmonies of #41D239
Complementary color
Monochromatic Colors of #41D239
Black with #41D239
Text Example
Text Example
White with #41D239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D239; }
p { color: rgb(65,210,57); }
H1.HeaderClassName
{
color: #41D239;
}
.AnyTagClassName
{
color: #41D239;
}
</style>
background-color css
<style>
a { background-color: #41D239; }
a { background-color: rgb(65,210,57); }
div.DivClassName
{
background-color: #41D239;
}
.BgClassName
{
background-color: #41D239;
}
</style>
border-color css
<style>
span { border-color: #41D239; }
span { border-color: rgb(65,210,57); }
td.TdClassName
{
border-color: #41D239;
}
.TagClassName
{
border-color: #41D239;
}
</style>