Shades of Lime Green #3DB93D
Tints of Lime Green #3DB93D
RGB
CMYK
RGB Variations
Color information
#3DB93D (or 0x3DB93D) is known color: Lime Green. HEX triplet: 3D, B9 and 3D. RGB value is (61,185,61). Sum of RGB (Red+Green+Blue) = 61+185+61=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 185 (72.66% from 255 or 60.26% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB93D is #C246C2. Grayscale: #868686. Windows color (decimal): -12732099 or 4045117. OLE color: 4045117.
HSL color Cylindrical-coordinate representation of color #3DB93D: hue angle of 120º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB93D is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 61 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.27 |
| HSL | 120º | 0.5% | 0.48% | - |
| HSV(B) | 120º | 0.67% | 0.73% | - |
| XYZ | 20.12 | 36.03 | 10.31 | - |
| YUV | 133.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 61 | 0.67 | 0 | 0.67 | 0.27 | 120 | 0.5 | 0.48 |
| Hex | 3D | B9 | 3D | 43 | 0 | 43 | 1B | 78 | 32 | 30 |
| Octal | 75 | 271 | 75 | 103 | 0 | 103 | 33 | 170 | 62 | 60 |
| Binary | 111101 | 10111001 | 111101 | 1000011 | 0 | 1000011 | 11011 | 1111000 | 110010 | 110000 |
Color Harmonies of #3DB93D
Complementary color
Monochromatic Colors of #3DB93D
Black with #3DB93D
Text Example
Text Example
White with #3DB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB93D; }
p { color: rgb(61,185,61); }
H1.HeaderClassName
{
color: #3DB93D;
}
.AnyTagClassName
{
color: #3DB93D;
}
</style>
background-color css
<style>
a { background-color: #3DB93D; }
a { background-color: rgb(61,185,61); }
div.DivClassName
{
background-color: #3DB93D;
}
.BgClassName
{
background-color: #3DB93D;
}
</style>
border-color css
<style>
span { border-color: #3DB93D; }
span { border-color: rgb(61,185,61); }
td.TdClassName
{
border-color: #3DB93D;
}
.TagClassName
{
border-color: #3DB93D;
}
</style>