Shades of Lime Green #3DB92F
Tints of Lime Green #3DB92F
RGB
CMYK
RGB Variations
Color information
#3DB92F (or 0x3DB92F) is known color: Lime Green. HEX triplet: 3D, B9 and 2F. RGB value is (61,185,47). Sum of RGB (Red+Green+Blue) = 61+185+47=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB92F is #C246D0. Grayscale: #848484. Windows color (decimal): -12732113 or 3127613. OLE color: 3127613.
HSL color Cylindrical-coordinate representation of color #3DB92F: hue angle of 113.91º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DB92F is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 47 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.27 |
| HSL | 113.91º | 0.59% | 0.45% | - |
| HSV(B) | 113.91º | 0.75% | 0.73% | - |
| XYZ | 19.79 | 35.9 | 8.57 | - |
| YUV | 132.19 | 79.92 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 47 | 0.67 | 0 | 0.75 | 0.27 | 113.91 | 0.59 | 0.45 |
| Hex | 3D | B9 | 2F | 43 | 0 | 4B | 1B | 72 | 3B | 2D |
| Octal | 75 | 271 | 57 | 103 | 0 | 113 | 33 | 162 | 73 | 55 |
| Binary | 111101 | 10111001 | 101111 | 1000011 | 0 | 1001011 | 11011 | 1110010 | 111011 | 101101 |
Color Harmonies of #3DB92F
Complementary color
Monochromatic Colors of #3DB92F
Black with #3DB92F
Text Example
Text Example
White with #3DB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB92F; }
p { color: rgb(61,185,47); }
H1.HeaderClassName
{
color: #3DB92F;
}
.AnyTagClassName
{
color: #3DB92F;
}
</style>
background-color css
<style>
a { background-color: #3DB92F; }
a { background-color: rgb(61,185,47); }
div.DivClassName
{
background-color: #3DB92F;
}
.BgClassName
{
background-color: #3DB92F;
}
</style>
border-color css
<style>
span { border-color: #3DB92F; }
span { border-color: rgb(61,185,47); }
td.TdClassName
{
border-color: #3DB92F;
}
.TagClassName
{
border-color: #3DB92F;
}
</style>