Shades of Lime Green #3DB93B
Tints of Lime Green #3DB93B
RGB
CMYK
RGB Variations
Color information
#3DB93B (or 0x3DB93B) is known color: Lime Green. HEX triplet: 3D, B9 and 3B. RGB value is (61,185,59). Sum of RGB (Red+Green+Blue) = 61+185+59=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB93B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB93B is #C246C4. Grayscale: #858585. Windows color (decimal): -12732101 or 3914045. OLE color: 3914045.
HSL color Cylindrical-coordinate representation of color #3DB93B: hue angle of 119.05º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DB93B is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 59 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.27 |
| HSL | 119.05º | 0.52% | 0.48% | - |
| HSV(B) | 119.05º | 0.68% | 0.73% | - |
| XYZ | 20.06 | 36.01 | 10.03 | - |
| YUV | 133.56 | 85.92 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 59 | 0.67 | 0 | 0.68 | 0.27 | 119.05 | 0.52 | 0.48 |
| Hex | 3D | B9 | 3B | 43 | 0 | 44 | 1B | 77 | 34 | 30 |
| Octal | 75 | 271 | 73 | 103 | 0 | 104 | 33 | 167 | 64 | 60 |
| Binary | 111101 | 10111001 | 111011 | 1000011 | 0 | 1000100 | 11011 | 1110111 | 110100 | 110000 |
Color Harmonies of #3DB93B
Complementary color
Monochromatic Colors of #3DB93B
Black with #3DB93B
Text Example
Text Example
White with #3DB93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB93B; }
p { color: rgb(61,185,59); }
H1.HeaderClassName
{
color: #3DB93B;
}
.AnyTagClassName
{
color: #3DB93B;
}
</style>
background-color css
<style>
a { background-color: #3DB93B; }
a { background-color: rgb(61,185,59); }
div.DivClassName
{
background-color: #3DB93B;
}
.BgClassName
{
background-color: #3DB93B;
}
</style>
border-color css
<style>
span { border-color: #3DB93B; }
span { border-color: rgb(61,185,59); }
td.TdClassName
{
border-color: #3DB93B;
}
.TagClassName
{
border-color: #3DB93B;
}
</style>