Shades of Lime Green #3DB22E
Tints of Lime Green #3DB22E
RGB
CMYK
RGB Variations
Color information
#3DB22E (or 0x3DB22E) is known color: Lime Green. HEX triplet: 3D, B2 and 2E. RGB value is (61,178,46). Sum of RGB (Red+Green+Blue) = 61+178+46=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 178 (69.92% from 255 or 62.46% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB22E is #C24DD1. Grayscale: #808080. Windows color (decimal): -12733906 or 3060285. OLE color: 3060285.
HSL color Cylindrical-coordinate representation of color #3DB22E: hue angle of 113.18º 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 #3DB22E is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 178 | 46 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.30 |
| HSL | 113.18º | 0.59% | 0.44% | - |
| HSV(B) | 113.18º | 0.74% | 0.7% | - |
| XYZ | 18.34 | 33.03 | 7.99 | - |
| YUV | 127.97 | 81.74 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 46 | 0.66 | 0 | 0.74 | 0.30 | 113.18 | 0.59 | 0.44 |
| Hex | 3D | B2 | 2E | 42 | 0 | 4A | 1E | 71 | 3B | 2C |
| Octal | 75 | 262 | 56 | 102 | 0 | 112 | 36 | 161 | 73 | 54 |
| Binary | 111101 | 10110010 | 101110 | 1000010 | 0 | 1001010 | 11110 | 1110001 | 111011 | 101100 |
Color Harmonies of #3DB22E
Complementary color
Monochromatic Colors of #3DB22E
Black with #3DB22E
Text Example
Text Example
White with #3DB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB22E; }
p { color: rgb(61,178,46); }
H1.HeaderClassName
{
color: #3DB22E;
}
.AnyTagClassName
{
color: #3DB22E;
}
</style>
background-color css
<style>
a { background-color: #3DB22E; }
a { background-color: rgb(61,178,46); }
div.DivClassName
{
background-color: #3DB22E;
}
.BgClassName
{
background-color: #3DB22E;
}
</style>
border-color css
<style>
span { border-color: #3DB22E; }
span { border-color: rgb(61,178,46); }
td.TdClassName
{
border-color: #3DB22E;
}
.TagClassName
{
border-color: #3DB22E;
}
</style>