Shades of Lime Green #3DB935
Tints of Lime Green #3DB935
RGB
CMYK
RGB Variations
Color information
#3DB935 (or 0x3DB935) is known color: Lime Green. HEX triplet: 3D, B9 and 35. RGB value is (61,185,53). Sum of RGB (Red+Green+Blue) = 61+185+53=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 185 (72.66% from 255 or 61.87% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB935 is #C246CA. Grayscale: #858585. Windows color (decimal): -12732107 or 3520829. OLE color: 3520829.
HSL color Cylindrical-coordinate representation of color #3DB935: hue angle of 116.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DB935 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 53 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.27 |
| HSL | 116.36º | 0.55% | 0.47% | - |
| HSV(B) | 116.36º | 0.71% | 0.73% | - |
| XYZ | 19.92 | 35.95 | 9.26 | - |
| YUV | 132.88 | 82.92 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 53 | 0.67 | 0 | 0.71 | 0.27 | 116.36 | 0.55 | 0.47 |
| Hex | 3D | B9 | 35 | 43 | 0 | 47 | 1B | 74 | 37 | 2F |
| Octal | 75 | 271 | 65 | 103 | 0 | 107 | 33 | 164 | 67 | 57 |
| Binary | 111101 | 10111001 | 110101 | 1000011 | 0 | 1000111 | 11011 | 1110100 | 110111 | 101111 |
Color Harmonies of #3DB935
Complementary color
Monochromatic Colors of #3DB935
Black with #3DB935
Text Example
Text Example
White with #3DB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB935; }
p { color: rgb(61,185,53); }
H1.HeaderClassName
{
color: #3DB935;
}
.AnyTagClassName
{
color: #3DB935;
}
</style>
background-color css
<style>
a { background-color: #3DB935; }
a { background-color: rgb(61,185,53); }
div.DivClassName
{
background-color: #3DB935;
}
.BgClassName
{
background-color: #3DB935;
}
</style>
border-color css
<style>
span { border-color: #3DB935; }
span { border-color: rgb(61,185,53); }
td.TdClassName
{
border-color: #3DB935;
}
.TagClassName
{
border-color: #3DB935;
}
</style>