Shades of Lime Green #3DB836
Tints of Lime Green #3DB836
RGB
CMYK
RGB Variations
Color information
#3DB836 (or 0x3DB836) is known color: Lime Green. HEX triplet: 3D, B8 and 36. RGB value is (61,184,54). Sum of RGB (Red+Green+Blue) = 61+184+54=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 184 (72.27% from 255 or 61.54% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB836 is #C247C9. Grayscale: #848484. Windows color (decimal): -12732362 or 3586109. OLE color: 3586109.
HSL color Cylindrical-coordinate representation of color #3DB836: hue angle of 116.77º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DB836 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 184 | 54 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.28 |
| HSL | 116.77º | 0.55% | 0.47% | - |
| HSV(B) | 116.77º | 0.71% | 0.72% | - |
| XYZ | 19.73 | 35.54 | 9.31 | - |
| YUV | 132.4 | 83.75 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 54 | 0.67 | 0 | 0.71 | 0.28 | 116.77 | 0.55 | 0.47 |
| Hex | 3D | B8 | 36 | 43 | 0 | 47 | 1C | 75 | 37 | 2F |
| Octal | 75 | 270 | 66 | 103 | 0 | 107 | 34 | 165 | 67 | 57 |
| Binary | 111101 | 10111000 | 110110 | 1000011 | 0 | 1000111 | 11100 | 1110101 | 110111 | 101111 |
Color Harmonies of #3DB836
Complementary color
Monochromatic Colors of #3DB836
Black with #3DB836
Text Example
Text Example
White with #3DB836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB836; }
p { color: rgb(61,184,54); }
H1.HeaderClassName
{
color: #3DB836;
}
.AnyTagClassName
{
color: #3DB836;
}
</style>
background-color css
<style>
a { background-color: #3DB836; }
a { background-color: rgb(61,184,54); }
div.DivClassName
{
background-color: #3DB836;
}
.BgClassName
{
background-color: #3DB836;
}
</style>
border-color css
<style>
span { border-color: #3DB836; }
span { border-color: rgb(61,184,54); }
td.TdClassName
{
border-color: #3DB836;
}
.TagClassName
{
border-color: #3DB836;
}
</style>