Shades of Lime Green #3DB32E
Tints of Lime Green #3DB32E
RGB
CMYK
RGB Variations
Color information
#3DB32E (or 0x3DB32E) is known color: Lime Green. HEX triplet: 3D, B3 and 2E. RGB value is (61,179,46). Sum of RGB (Red+Green+Blue) = 61+179+46=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 179 (70.31% from 255 or 62.59% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB32E is #C24CD1. Grayscale: #808080. Windows color (decimal): -12733650 or 3060541. OLE color: 3060541.
HSL color Cylindrical-coordinate representation of color #3DB32E: hue angle of 113.23º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DB32E is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 46 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.30 |
| HSL | 113.23º | 0.59% | 0.44% | - |
| HSV(B) | 113.23º | 0.74% | 0.7% | - |
| XYZ | 18.54 | 33.43 | 8.06 | - |
| YUV | 128.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 46 | 0.66 | 0 | 0.74 | 0.30 | 113.23 | 0.59 | 0.44 |
| Hex | 3D | B3 | 2E | 42 | 0 | 4A | 1E | 71 | 3B | 2C |
| Octal | 75 | 263 | 56 | 102 | 0 | 112 | 36 | 161 | 73 | 54 |
| Binary | 111101 | 10110011 | 101110 | 1000010 | 0 | 1001010 | 11110 | 1110001 | 111011 | 101100 |
Color Harmonies of #3DB32E
Complementary color
Monochromatic Colors of #3DB32E
Black with #3DB32E
Text Example
Text Example
White with #3DB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB32E; }
p { color: rgb(61,179,46); }
H1.HeaderClassName
{
color: #3DB32E;
}
.AnyTagClassName
{
color: #3DB32E;
}
</style>
background-color css
<style>
a { background-color: #3DB32E; }
a { background-color: rgb(61,179,46); }
div.DivClassName
{
background-color: #3DB32E;
}
.BgClassName
{
background-color: #3DB32E;
}
</style>
border-color css
<style>
span { border-color: #3DB32E; }
span { border-color: rgb(61,179,46); }
td.TdClassName
{
border-color: #3DB32E;
}
.TagClassName
{
border-color: #3DB32E;
}
</style>