Shades of Lime Green #3DBA39
Tints of Lime Green #3DBA39
RGB
CMYK
RGB Variations
Color information
#3DBA39 (or 0x3DBA39) is known color: Lime Green. HEX triplet: 3D, BA and 39. RGB value is (61,186,57). Sum of RGB (Red+Green+Blue) = 61+186+57=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA39 is #C245C6. Grayscale: #868686. Windows color (decimal): -12731847 or 3783229. OLE color: 3783229.
HSL color Cylindrical-coordinate representation of color #3DBA39: hue angle of 118.14º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DBA39 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 57 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.27 |
| HSL | 118.14º | 0.53% | 0.48% | - |
| HSV(B) | 118.14º | 0.69% | 0.73% | - |
| XYZ | 20.22 | 36.41 | 9.83 | - |
| YUV | 133.92 | 84.59 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 57 | 0.67 | 0 | 0.69 | 0.27 | 118.14 | 0.53 | 0.48 |
| Hex | 3D | BA | 39 | 43 | 0 | 45 | 1B | 76 | 35 | 30 |
| Octal | 75 | 272 | 71 | 103 | 0 | 105 | 33 | 166 | 65 | 60 |
| Binary | 111101 | 10111010 | 111001 | 1000011 | 0 | 1000101 | 11011 | 1110110 | 110101 | 110000 |
Color Harmonies of #3DBA39
Complementary color
Monochromatic Colors of #3DBA39
Black with #3DBA39
Text Example
Text Example
White with #3DBA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA39; }
p { color: rgb(61,186,57); }
H1.HeaderClassName
{
color: #3DBA39;
}
.AnyTagClassName
{
color: #3DBA39;
}
</style>
background-color css
<style>
a { background-color: #3DBA39; }
a { background-color: rgb(61,186,57); }
div.DivClassName
{
background-color: #3DBA39;
}
.BgClassName
{
background-color: #3DBA39;
}
</style>
border-color css
<style>
span { border-color: #3DBA39; }
span { border-color: rgb(61,186,57); }
td.TdClassName
{
border-color: #3DBA39;
}
.TagClassName
{
border-color: #3DBA39;
}
</style>