Shades of Lime Green #3DB72A
Tints of Lime Green #3DB72A
RGB
CMYK
RGB Variations
Color information
#3DB72A (or 0x3DB72A) is known color: Lime Green. HEX triplet: 3D, B7 and 2A. RGB value is (61,183,42). Sum of RGB (Red+Green+Blue) = 61+183+42=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 183 (71.88% from 255 or 63.99% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB72A is #C248D5. Grayscale: #828282. Windows color (decimal): -12732630 or 2799421. OLE color: 2799421.
HSL color Cylindrical-coordinate representation of color #3DB72A: hue angle of 111.91º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DB72A is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 42 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.28 |
| HSL | 111.91º | 0.63% | 0.44% | - |
| HSV(B) | 111.91º | 0.77% | 0.72% | - |
| XYZ | 19.28 | 35.03 | 7.94 | - |
| YUV | 130.45 | 78.08 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 42 | 0.67 | 0 | 0.77 | 0.28 | 111.91 | 0.63 | 0.44 |
| Hex | 3D | B7 | 2A | 43 | 0 | 4D | 1C | 70 | 3F | 2C |
| Octal | 75 | 267 | 52 | 103 | 0 | 115 | 34 | 160 | 77 | 54 |
| Binary | 111101 | 10110111 | 101010 | 1000011 | 0 | 1001101 | 11100 | 1110000 | 111111 | 101100 |
Color Harmonies of #3DB72A
Complementary color
Monochromatic Colors of #3DB72A
Black with #3DB72A
Text Example
Text Example
White with #3DB72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB72A; }
p { color: rgb(61,183,42); }
H1.HeaderClassName
{
color: #3DB72A;
}
.AnyTagClassName
{
color: #3DB72A;
}
</style>
background-color css
<style>
a { background-color: #3DB72A; }
a { background-color: rgb(61,183,42); }
div.DivClassName
{
background-color: #3DB72A;
}
.BgClassName
{
background-color: #3DB72A;
}
</style>
border-color css
<style>
span { border-color: #3DB72A; }
span { border-color: rgb(61,183,42); }
td.TdClassName
{
border-color: #3DB72A;
}
.TagClassName
{
border-color: #3DB72A;
}
</style>