Shades of Lime Green #3DB535
Tints of Lime Green #3DB535
RGB
CMYK
RGB Variations
Color information
#3DB535 (or 0x3DB535) is known color: Lime Green. HEX triplet: 3D, B5 and 35. RGB value is (61,181,53). Sum of RGB (Red+Green+Blue) = 61+181+53=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB535 is #C24ACA. Grayscale: #828282. Windows color (decimal): -12733131 or 3519805. OLE color: 3519805.
HSL color Cylindrical-coordinate representation of color #3DB535: hue angle of 116.25º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DB535 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 53 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.29 |
| HSL | 116.25º | 0.55% | 0.46% | - |
| HSV(B) | 116.25º | 0.71% | 0.71% | - |
| XYZ | 19.09 | 34.3 | 8.98 | - |
| YUV | 130.53 | 84.24 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 53 | 0.66 | 0 | 0.71 | 0.29 | 116.25 | 0.55 | 0.46 |
| Hex | 3D | B5 | 35 | 42 | 0 | 47 | 1D | 74 | 37 | 2E |
| Octal | 75 | 265 | 65 | 102 | 0 | 107 | 35 | 164 | 67 | 56 |
| Binary | 111101 | 10110101 | 110101 | 1000010 | 0 | 1000111 | 11101 | 1110100 | 110111 | 101110 |
Color Harmonies of #3DB535
Complementary color
Monochromatic Colors of #3DB535
Black with #3DB535
Text Example
Text Example
White with #3DB535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB535; }
p { color: rgb(61,181,53); }
H1.HeaderClassName
{
color: #3DB535;
}
.AnyTagClassName
{
color: #3DB535;
}
</style>
background-color css
<style>
a { background-color: #3DB535; }
a { background-color: rgb(61,181,53); }
div.DivClassName
{
background-color: #3DB535;
}
.BgClassName
{
background-color: #3DB535;
}
</style>
border-color css
<style>
span { border-color: #3DB535; }
span { border-color: rgb(61,181,53); }
td.TdClassName
{
border-color: #3DB535;
}
.TagClassName
{
border-color: #3DB535;
}
</style>