Shades of Lime Green #3DB52C
Tints of Lime Green #3DB52C
RGB
CMYK
RGB Variations
Color information
#3DB52C (or 0x3DB52C) is known color: Lime Green. HEX triplet: 3D, B5 and 2C. RGB value is (61,181,44). Sum of RGB (Red+Green+Blue) = 61+181+44=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 181 (71.09% from 255 or 63.29% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB52C is #C24AD3. Grayscale: #818181. Windows color (decimal): -12733140 or 2929981. OLE color: 2929981.
HSL color Cylindrical-coordinate representation of color #3DB52C: hue angle of 112.55º degrees, saturation: 0.61, 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 #3DB52C is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 181 | 44 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.29 |
| HSL | 112.55º | 0.61% | 0.44% | - |
| HSV(B) | 112.55º | 0.76% | 0.71% | - |
| XYZ | 18.9 | 34.22 | 7.99 | - |
| YUV | 129.5 | 79.74 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 181 | 44 | 0.66 | 0 | 0.76 | 0.29 | 112.55 | 0.61 | 0.44 |
| Hex | 3D | B5 | 2C | 42 | 0 | 4C | 1D | 71 | 3D | 2C |
| Octal | 75 | 265 | 54 | 102 | 0 | 114 | 35 | 161 | 75 | 54 |
| Binary | 111101 | 10110101 | 101100 | 1000010 | 0 | 1001100 | 11101 | 1110001 | 111101 | 101100 |
Color Harmonies of #3DB52C
Complementary color
Monochromatic Colors of #3DB52C
Black with #3DB52C
Text Example
Text Example
White with #3DB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB52C; }
p { color: rgb(61,181,44); }
H1.HeaderClassName
{
color: #3DB52C;
}
.AnyTagClassName
{
color: #3DB52C;
}
</style>
background-color css
<style>
a { background-color: #3DB52C; }
a { background-color: rgb(61,181,44); }
div.DivClassName
{
background-color: #3DB52C;
}
.BgClassName
{
background-color: #3DB52C;
}
</style>
border-color css
<style>
span { border-color: #3DB52C; }
span { border-color: rgb(61,181,44); }
td.TdClassName
{
border-color: #3DB52C;
}
.TagClassName
{
border-color: #3DB52C;
}
</style>