Shades of Lime Green #3DB937
Tints of Lime Green #3DB937
RGB
CMYK
RGB Variations
Color information
#3DB937 (or 0x3DB937) is known color: Lime Green. HEX triplet: 3D, B9 and 37. RGB value is (61,185,55). Sum of RGB (Red+Green+Blue) = 61+185+55=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB937 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB937 is #C246C8. Grayscale: #858585. Windows color (decimal): -12732105 or 3651901. OLE color: 3651901.
HSL color Cylindrical-coordinate representation of color #3DB937: hue angle of 117.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB937 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 55 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.27 |
| HSL | 117.23º | 0.54% | 0.47% | - |
| HSV(B) | 117.23º | 0.7% | 0.73% | - |
| XYZ | 19.96 | 35.97 | 9.5 | - |
| YUV | 133.1 | 83.92 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 55 | 0.67 | 0 | 0.70 | 0.27 | 117.23 | 0.54 | 0.47 |
| Hex | 3D | B9 | 37 | 43 | 0 | 46 | 1B | 75 | 36 | 2F |
| Octal | 75 | 271 | 67 | 103 | 0 | 106 | 33 | 165 | 66 | 57 |
| Binary | 111101 | 10111001 | 110111 | 1000011 | 0 | 1000110 | 11011 | 1110101 | 110110 | 101111 |
Color Harmonies of #3DB937
Complementary color
Monochromatic Colors of #3DB937
Black with #3DB937
Text Example
Text Example
White with #3DB937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB937; }
p { color: rgb(61,185,55); }
H1.HeaderClassName
{
color: #3DB937;
}
.AnyTagClassName
{
color: #3DB937;
}
</style>
background-color css
<style>
a { background-color: #3DB937; }
a { background-color: rgb(61,185,55); }
div.DivClassName
{
background-color: #3DB937;
}
.BgClassName
{
background-color: #3DB937;
}
</style>
border-color css
<style>
span { border-color: #3DB937; }
span { border-color: rgb(61,185,55); }
td.TdClassName
{
border-color: #3DB937;
}
.TagClassName
{
border-color: #3DB937;
}
</style>