Shades of Lime Green #3DB52D
Tints of Lime Green #3DB52D
RGB
CMYK
RGB Variations
Color information
#3DB52D (or 0x3DB52D) is known color: Lime Green. HEX triplet: 3D, B5 and 2D. RGB value is (61,181,45). Sum of RGB (Red+Green+Blue) = 61+181+45=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 181 (71.09% from 255 or 63.07% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB52D is #C24AD2. Grayscale: #828282. Windows color (decimal): -12733139 or 2995517. OLE color: 2995517.
HSL color Cylindrical-coordinate representation of color #3DB52D: hue angle of 112.94º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DB52D is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 45 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.29 |
| HSL | 112.94º | 0.6% | 0.44% | - |
| HSV(B) | 112.94º | 0.75% | 0.71% | - |
| XYZ | 18.92 | 34.23 | 8.09 | - |
| YUV | 129.62 | 80.24 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 45 | 0.66 | 0 | 0.75 | 0.29 | 112.94 | 0.6 | 0.44 |
| Hex | 3D | B5 | 2D | 42 | 0 | 4B | 1D | 71 | 3C | 2C |
| Octal | 75 | 265 | 55 | 102 | 0 | 113 | 35 | 161 | 74 | 54 |
| Binary | 111101 | 10110101 | 101101 | 1000010 | 0 | 1001011 | 11101 | 1110001 | 111100 | 101100 |
Color Harmonies of #3DB52D
Complementary color
Monochromatic Colors of #3DB52D
Black with #3DB52D
Text Example
Text Example
White with #3DB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB52D; }
p { color: rgb(61,181,45); }
H1.HeaderClassName
{
color: #3DB52D;
}
.AnyTagClassName
{
color: #3DB52D;
}
</style>
background-color css
<style>
a { background-color: #3DB52D; }
a { background-color: rgb(61,181,45); }
div.DivClassName
{
background-color: #3DB52D;
}
.BgClassName
{
background-color: #3DB52D;
}
</style>
border-color css
<style>
span { border-color: #3DB52D; }
span { border-color: rgb(61,181,45); }
td.TdClassName
{
border-color: #3DB52D;
}
.TagClassName
{
border-color: #3DB52D;
}
</style>