Shades of Lime Green #41DC34
Tints of Lime Green #41DC34
RGB
CMYK
RGB Variations
Color information
#41DC34 (or 0x41DC34) is known color: Lime Green. HEX triplet: 41, DC and 34. RGB value is (65,220,52). Sum of RGB (Red+Green+Blue) = 65+220+52=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DC34 is #BE23CB. Grayscale: #9B9B9B. Windows color (decimal): -12461004 or 3464257. OLE color: 3464257.
HSL color Cylindrical-coordinate representation of color #41DC34: hue angle of 115.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41DC34 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 52 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.14 |
| HSL | 115.36º | 0.71% | 0.53% | - |
| HSV(B) | 115.36º | 0.76% | 0.86% | - |
| XYZ | 28.39 | 52.56 | 11.9 | - |
| YUV | 154.5 | 70.15 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 52 | 0.70 | 0 | 0.76 | 0.14 | 115.36 | 0.71 | 0.53 |
| Hex | 41 | DC | 34 | 46 | 0 | 4C | E | 73 | 47 | 35 |
| Octal | 101 | 334 | 64 | 106 | 0 | 114 | 16 | 163 | 107 | 65 |
| Binary | 1000001 | 11011100 | 110100 | 1000110 | 0 | 1001100 | 1110 | 1110011 | 1000111 | 110101 |
Color Harmonies of #41DC34
Complementary color
Monochromatic Colors of #41DC34
Black with #41DC34
Text Example
Text Example
White with #41DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DC34; }
p { color: rgb(65,220,52); }
H1.HeaderClassName
{
color: #41DC34;
}
.AnyTagClassName
{
color: #41DC34;
}
</style>
background-color css
<style>
a { background-color: #41DC34; }
a { background-color: rgb(65,220,52); }
div.DivClassName
{
background-color: #41DC34;
}
.BgClassName
{
background-color: #41DC34;
}
</style>
border-color css
<style>
span { border-color: #41DC34; }
span { border-color: rgb(65,220,52); }
td.TdClassName
{
border-color: #41DC34;
}
.TagClassName
{
border-color: #41DC34;
}
</style>