Shades of Lime Green #3DB62A
Tints of Lime Green #3DB62A
RGB
CMYK
RGB Variations
Color information
#3DB62A (or 0x3DB62A) is known color: Lime Green. HEX triplet: 3D, B6 and 2A. RGB value is (61,182,42). Sum of RGB (Red+Green+Blue) = 61+182+42=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 182 (71.48% from 255 or 63.86% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB62A is #C249D5. Grayscale: #828282. Windows color (decimal): -12732886 or 2799165. OLE color: 2799165.
HSL color Cylindrical-coordinate representation of color #3DB62A: hue angle of 111.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DB62A is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 42 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.29 |
| HSL | 111.86º | 0.63% | 0.44% | - |
| HSV(B) | 111.86º | 0.77% | 0.71% | - |
| XYZ | 19.07 | 34.62 | 7.87 | - |
| YUV | 129.86 | 78.41 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 42 | 0.66 | 0 | 0.77 | 0.29 | 111.86 | 0.63 | 0.44 |
| Hex | 3D | B6 | 2A | 42 | 0 | 4D | 1D | 70 | 3E | 2C |
| Octal | 75 | 266 | 52 | 102 | 0 | 115 | 35 | 160 | 76 | 54 |
| Binary | 111101 | 10110110 | 101010 | 1000010 | 0 | 1001101 | 11101 | 1110000 | 111110 | 101100 |
Color Harmonies of #3DB62A
Complementary color
Monochromatic Colors of #3DB62A
Black with #3DB62A
Text Example
Text Example
White with #3DB62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB62A; }
p { color: rgb(61,182,42); }
H1.HeaderClassName
{
color: #3DB62A;
}
.AnyTagClassName
{
color: #3DB62A;
}
</style>
background-color css
<style>
a { background-color: #3DB62A; }
a { background-color: rgb(61,182,42); }
div.DivClassName
{
background-color: #3DB62A;
}
.BgClassName
{
background-color: #3DB62A;
}
</style>
border-color css
<style>
span { border-color: #3DB62A; }
span { border-color: rgb(61,182,42); }
td.TdClassName
{
border-color: #3DB62A;
}
.TagClassName
{
border-color: #3DB62A;
}
</style>