Shades of Lime Green #3DB52B
Tints of Lime Green #3DB52B
RGB
CMYK
RGB Variations
Color information
#3DB52B (or 0x3DB52B) is known color: Lime Green. HEX triplet: 3D, B5 and 2B. RGB value is (61,181,43). Sum of RGB (Red+Green+Blue) = 61+181+43=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 181 (71.09% from 255 or 63.51% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB52B is #C24AD4. Grayscale: #818181. Windows color (decimal): -12733141 or 2864445. OLE color: 2864445.
HSL color Cylindrical-coordinate representation of color #3DB52B: hue angle of 112.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DB52B is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 43 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.29 |
| HSL | 112.17º | 0.62% | 0.44% | - |
| HSV(B) | 112.17º | 0.76% | 0.71% | - |
| XYZ | 18.88 | 34.21 | 7.89 | - |
| YUV | 129.39 | 79.24 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 43 | 0.66 | 0 | 0.76 | 0.29 | 112.17 | 0.62 | 0.44 |
| Hex | 3D | B5 | 2B | 42 | 0 | 4C | 1D | 70 | 3E | 2C |
| Octal | 75 | 265 | 53 | 102 | 0 | 114 | 35 | 160 | 76 | 54 |
| Binary | 111101 | 10110101 | 101011 | 1000010 | 0 | 1001100 | 11101 | 1110000 | 111110 | 101100 |
Color Harmonies of #3DB52B
Complementary color
Monochromatic Colors of #3DB52B
Black with #3DB52B
Text Example
Text Example
White with #3DB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB52B; }
p { color: rgb(61,181,43); }
H1.HeaderClassName
{
color: #3DB52B;
}
.AnyTagClassName
{
color: #3DB52B;
}
</style>
background-color css
<style>
a { background-color: #3DB52B; }
a { background-color: rgb(61,181,43); }
div.DivClassName
{
background-color: #3DB52B;
}
.BgClassName
{
background-color: #3DB52B;
}
</style>
border-color css
<style>
span { border-color: #3DB52B; }
span { border-color: rgb(61,181,43); }
td.TdClassName
{
border-color: #3DB52B;
}
.TagClassName
{
border-color: #3DB52B;
}
</style>