Shades of Lime Green #3DB72B
Tints of Lime Green #3DB72B
RGB
CMYK
RGB Variations
Color information
#3DB72B (or 0x3DB72B) is known color: Lime Green. HEX triplet: 3D, B7 and 2B. RGB value is (61,183,43). Sum of RGB (Red+Green+Blue) = 61+183+43=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 183 (71.88% from 255 or 63.76% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB72B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB72B is #C248D4. Grayscale: #838383. Windows color (decimal): -12732629 or 2864957. OLE color: 2864957.
HSL color Cylindrical-coordinate representation of color #3DB72B: hue angle of 112.29º degrees, saturation: 0.62, 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 #3DB72B is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 43 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.28 |
| HSL | 112.29º | 0.62% | 0.44% | - |
| HSV(B) | 112.29º | 0.77% | 0.72% | - |
| XYZ | 19.29 | 35.03 | 8.03 | - |
| YUV | 130.56 | 78.58 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 43 | 0.67 | 0 | 0.77 | 0.28 | 112.29 | 0.62 | 0.44 |
| Hex | 3D | B7 | 2B | 43 | 0 | 4D | 1C | 70 | 3E | 2C |
| Octal | 75 | 267 | 53 | 103 | 0 | 115 | 34 | 160 | 76 | 54 |
| Binary | 111101 | 10110111 | 101011 | 1000011 | 0 | 1001101 | 11100 | 1110000 | 111110 | 101100 |
Color Harmonies of #3DB72B
Complementary color
Monochromatic Colors of #3DB72B
Black with #3DB72B
Text Example
Text Example
White with #3DB72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB72B; }
p { color: rgb(61,183,43); }
H1.HeaderClassName
{
color: #3DB72B;
}
.AnyTagClassName
{
color: #3DB72B;
}
</style>
background-color css
<style>
a { background-color: #3DB72B; }
a { background-color: rgb(61,183,43); }
div.DivClassName
{
background-color: #3DB72B;
}
.BgClassName
{
background-color: #3DB72B;
}
</style>
border-color css
<style>
span { border-color: #3DB72B; }
span { border-color: rgb(61,183,43); }
td.TdClassName
{
border-color: #3DB72B;
}
.TagClassName
{
border-color: #3DB72B;
}
</style>