Shades of Lime Green #3DB42F
Tints of Lime Green #3DB42F
RGB
CMYK
RGB Variations
Color information
#3DB42F (or 0x3DB42F) is known color: Lime Green. HEX triplet: 3D, B4 and 2F. RGB value is (61,180,47). Sum of RGB (Red+Green+Blue) = 61+180+47=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 180 (70.70% from 255 or 62.5% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB42F is #C24BD0. Grayscale: #818181. Windows color (decimal): -12733393 or 3126333. OLE color: 3126333.
HSL color Cylindrical-coordinate representation of color #3DB42F: hue angle of 113.68º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DB42F is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 47 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.29 |
| HSL | 113.68º | 0.59% | 0.45% | - |
| HSV(B) | 113.68º | 0.74% | 0.71% | - |
| XYZ | 18.76 | 33.84 | 8.23 | - |
| YUV | 129.26 | 81.58 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 47 | 0.66 | 0 | 0.74 | 0.29 | 113.68 | 0.59 | 0.45 |
| Hex | 3D | B4 | 2F | 42 | 0 | 4A | 1D | 72 | 3B | 2D |
| Octal | 75 | 264 | 57 | 102 | 0 | 112 | 35 | 162 | 73 | 55 |
| Binary | 111101 | 10110100 | 101111 | 1000010 | 0 | 1001010 | 11101 | 1110010 | 111011 | 101101 |
Color Harmonies of #3DB42F
Complementary color
Monochromatic Colors of #3DB42F
Black with #3DB42F
Text Example
Text Example
White with #3DB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB42F; }
p { color: rgb(61,180,47); }
H1.HeaderClassName
{
color: #3DB42F;
}
.AnyTagClassName
{
color: #3DB42F;
}
</style>
background-color css
<style>
a { background-color: #3DB42F; }
a { background-color: rgb(61,180,47); }
div.DivClassName
{
background-color: #3DB42F;
}
.BgClassName
{
background-color: #3DB42F;
}
</style>
border-color css
<style>
span { border-color: #3DB42F; }
span { border-color: rgb(61,180,47); }
td.TdClassName
{
border-color: #3DB42F;
}
.TagClassName
{
border-color: #3DB42F;
}
</style>