Shades of Lime Green #3DB730
Tints of Lime Green #3DB730
RGB
CMYK
RGB Variations
Color information
#3DB730 (or 0x3DB730) is known color: Lime Green. HEX triplet: 3D, B7 and 30. RGB value is (61,183,48). Sum of RGB (Red+Green+Blue) = 61+183+48=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 183 (71.88% from 255 or 62.67% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB730 is #C248CF. Grayscale: #838383. Windows color (decimal): -12732624 or 3192637. OLE color: 3192637.
HSL color Cylindrical-coordinate representation of color #3DB730: hue angle of 114.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DB730 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 48 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.28 |
| HSL | 114.22º | 0.58% | 0.45% | - |
| HSV(B) | 114.22º | 0.74% | 0.72% | - |
| XYZ | 19.39 | 35.07 | 8.54 | - |
| YUV | 131.13 | 81.08 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 48 | 0.67 | 0 | 0.74 | 0.28 | 114.22 | 0.58 | 0.45 |
| Hex | 3D | B7 | 30 | 43 | 0 | 4A | 1C | 72 | 3A | 2D |
| Octal | 75 | 267 | 60 | 103 | 0 | 112 | 34 | 162 | 72 | 55 |
| Binary | 111101 | 10110111 | 110000 | 1000011 | 0 | 1001010 | 11100 | 1110010 | 111010 | 101101 |
Color Harmonies of #3DB730
Complementary color
Monochromatic Colors of #3DB730
Black with #3DB730
Text Example
Text Example
White with #3DB730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB730; }
p { color: rgb(61,183,48); }
H1.HeaderClassName
{
color: #3DB730;
}
.AnyTagClassName
{
color: #3DB730;
}
</style>
background-color css
<style>
a { background-color: #3DB730; }
a { background-color: rgb(61,183,48); }
div.DivClassName
{
background-color: #3DB730;
}
.BgClassName
{
background-color: #3DB730;
}
</style>
border-color css
<style>
span { border-color: #3DB730; }
span { border-color: rgb(61,183,48); }
td.TdClassName
{
border-color: #3DB730;
}
.TagClassName
{
border-color: #3DB730;
}
</style>