Shades of Lime Green #3DB639
Tints of Lime Green #3DB639
RGB
CMYK
RGB Variations
Color information
#3DB639 (or 0x3DB639) is known color: Lime Green. HEX triplet: 3D, B6 and 39. RGB value is (61,182,57). Sum of RGB (Red+Green+Blue) = 61+182+57=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 182 (71.48% from 255 or 60.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB639 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB639 is #C249C6. Grayscale: #838383. Windows color (decimal): -12732871 or 3782205. OLE color: 3782205.
HSL color Cylindrical-coordinate representation of color #3DB639: hue angle of 118.08º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DB639 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 57 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.29 |
| HSL | 118.08º | 0.52% | 0.47% | - |
| HSV(B) | 118.08º | 0.69% | 0.71% | - |
| XYZ | 19.39 | 34.74 | 9.56 | - |
| YUV | 131.57 | 85.91 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 57 | 0.66 | 0 | 0.69 | 0.29 | 118.08 | 0.52 | 0.47 |
| Hex | 3D | B6 | 39 | 42 | 0 | 45 | 1D | 76 | 34 | 2F |
| Octal | 75 | 266 | 71 | 102 | 0 | 105 | 35 | 166 | 64 | 57 |
| Binary | 111101 | 10110110 | 111001 | 1000010 | 0 | 1000101 | 11101 | 1110110 | 110100 | 101111 |
Color Harmonies of #3DB639
Complementary color
Monochromatic Colors of #3DB639
Black with #3DB639
Text Example
Text Example
White with #3DB639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB639; }
p { color: rgb(61,182,57); }
H1.HeaderClassName
{
color: #3DB639;
}
.AnyTagClassName
{
color: #3DB639;
}
</style>
background-color css
<style>
a { background-color: #3DB639; }
a { background-color: rgb(61,182,57); }
div.DivClassName
{
background-color: #3DB639;
}
.BgClassName
{
background-color: #3DB639;
}
</style>
border-color css
<style>
span { border-color: #3DB639; }
span { border-color: rgb(61,182,57); }
td.TdClassName
{
border-color: #3DB639;
}
.TagClassName
{
border-color: #3DB639;
}
</style>