Shades of Lime Green #3DB63D
Tints of Lime Green #3DB63D
RGB
CMYK
RGB Variations
Color information
#3DB63D (or 0x3DB63D) is known color: Lime Green. HEX triplet: 3D, B6 and 3D. RGB value is (61,182,61). Sum of RGB (Red+Green+Blue) = 61+182+61=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 182 (71.48% from 255 or 59.87% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB63D is #C249C2. Grayscale: #848484. Windows color (decimal): -12732867 or 4044349. OLE color: 4044349.
HSL color Cylindrical-coordinate representation of color #3DB63D: hue angle of 120º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB63D is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 61 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.29 |
| HSL | 120º | 0.5% | 0.48% | - |
| HSV(B) | 120º | 0.66% | 0.71% | - |
| XYZ | 19.49 | 34.78 | 10.1 | - |
| YUV | 132.03 | 87.91 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 61 | 0.66 | 0 | 0.66 | 0.29 | 120 | 0.5 | 0.48 |
| Hex | 3D | B6 | 3D | 42 | 0 | 42 | 1D | 78 | 32 | 30 |
| Octal | 75 | 266 | 75 | 102 | 0 | 102 | 35 | 170 | 62 | 60 |
| Binary | 111101 | 10110110 | 111101 | 1000010 | 0 | 1000010 | 11101 | 1111000 | 110010 | 110000 |
Color Harmonies of #3DB63D
Complementary color
Monochromatic Colors of #3DB63D
Black with #3DB63D
Text Example
Text Example
White with #3DB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB63D; }
p { color: rgb(61,182,61); }
H1.HeaderClassName
{
color: #3DB63D;
}
.AnyTagClassName
{
color: #3DB63D;
}
</style>
background-color css
<style>
a { background-color: #3DB63D; }
a { background-color: rgb(61,182,61); }
div.DivClassName
{
background-color: #3DB63D;
}
.BgClassName
{
background-color: #3DB63D;
}
</style>
border-color css
<style>
span { border-color: #3DB63D; }
span { border-color: rgb(61,182,61); }
td.TdClassName
{
border-color: #3DB63D;
}
.TagClassName
{
border-color: #3DB63D;
}
</style>