Shades of Lime Green #3DB42E
Tints of Lime Green #3DB42E
RGB
CMYK
RGB Variations
Color information
#3DB42E (or 0x3DB42E) is known color: Lime Green. HEX triplet: 3D, B4 and 2E. RGB value is (61,180,46). Sum of RGB (Red+Green+Blue) = 61+180+46=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 180 (70.70% from 255 or 62.72% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB42E is #C24BD1. Grayscale: #818181. Windows color (decimal): -12733394 or 3060797. OLE color: 3060797.
HSL color Cylindrical-coordinate representation of color #3DB42E: hue angle of 113.28º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DB42E is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 46 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.29 |
| HSL | 113.28º | 0.59% | 0.44% | - |
| HSV(B) | 113.28º | 0.74% | 0.71% | - |
| XYZ | 18.74 | 33.83 | 8.13 | - |
| YUV | 129.14 | 81.08 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 46 | 0.66 | 0 | 0.74 | 0.29 | 113.28 | 0.59 | 0.44 |
| Hex | 3D | B4 | 2E | 42 | 0 | 4A | 1D | 71 | 3B | 2C |
| Octal | 75 | 264 | 56 | 102 | 0 | 112 | 35 | 161 | 73 | 54 |
| Binary | 111101 | 10110100 | 101110 | 1000010 | 0 | 1001010 | 11101 | 1110001 | 111011 | 101100 |
Color Harmonies of #3DB42E
Complementary color
Monochromatic Colors of #3DB42E
Black with #3DB42E
Text Example
Text Example
White with #3DB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB42E; }
p { color: rgb(61,180,46); }
H1.HeaderClassName
{
color: #3DB42E;
}
.AnyTagClassName
{
color: #3DB42E;
}
</style>
background-color css
<style>
a { background-color: #3DB42E; }
a { background-color: rgb(61,180,46); }
div.DivClassName
{
background-color: #3DB42E;
}
.BgClassName
{
background-color: #3DB42E;
}
</style>
border-color css
<style>
span { border-color: #3DB42E; }
span { border-color: rgb(61,180,46); }
td.TdClassName
{
border-color: #3DB42E;
}
.TagClassName
{
border-color: #3DB42E;
}
</style>