Shades of Lime Green #3DB72D
Tints of Lime Green #3DB72D
RGB
CMYK
RGB Variations
Color information
#3DB72D (or 0x3DB72D) is known color: Lime Green. HEX triplet: 3D, B7 and 2D. RGB value is (61,183,45). Sum of RGB (Red+Green+Blue) = 61+183+45=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 183 (71.88% from 255 or 63.32% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB72D is #C248D2. Grayscale: #838383. Windows color (decimal): -12732627 or 2996029. OLE color: 2996029.
HSL color Cylindrical-coordinate representation of color #3DB72D: hue angle of 113.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DB72D is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 45 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.28 |
| HSL | 113.04º | 0.61% | 0.45% | - |
| HSV(B) | 113.04º | 0.75% | 0.72% | - |
| XYZ | 19.33 | 35.05 | 8.23 | - |
| YUV | 130.79 | 79.58 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 45 | 0.67 | 0 | 0.75 | 0.28 | 113.04 | 0.61 | 0.45 |
| Hex | 3D | B7 | 2D | 43 | 0 | 4B | 1C | 71 | 3D | 2D |
| Octal | 75 | 267 | 55 | 103 | 0 | 113 | 34 | 161 | 75 | 55 |
| Binary | 111101 | 10110111 | 101101 | 1000011 | 0 | 1001011 | 11100 | 1110001 | 111101 | 101101 |
Color Harmonies of #3DB72D
Complementary color
Monochromatic Colors of #3DB72D
Black with #3DB72D
Text Example
Text Example
White with #3DB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB72D; }
p { color: rgb(61,183,45); }
H1.HeaderClassName
{
color: #3DB72D;
}
.AnyTagClassName
{
color: #3DB72D;
}
</style>
background-color css
<style>
a { background-color: #3DB72D; }
a { background-color: rgb(61,183,45); }
div.DivClassName
{
background-color: #3DB72D;
}
.BgClassName
{
background-color: #3DB72D;
}
</style>
border-color css
<style>
span { border-color: #3DB72D; }
span { border-color: rgb(61,183,45); }
td.TdClassName
{
border-color: #3DB72D;
}
.TagClassName
{
border-color: #3DB72D;
}
</style>