Shades of Lime Green #3DBA3A
Tints of Lime Green #3DBA3A
RGB
CMYK
RGB Variations
Color information
#3DBA3A (or 0x3DBA3A) is known color: Lime Green. HEX triplet: 3D, BA and 3A. RGB value is (61,186,58). Sum of RGB (Red+Green+Blue) = 61+186+58=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA3A is #C245C5. Grayscale: #868686. Windows color (decimal): -12731846 or 3848765. OLE color: 3848765.
HSL color Cylindrical-coordinate representation of color #3DBA3A: hue angle of 118.59º degrees, saturation: 0.52, 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 #3DBA3A is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 58 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.27 |
| HSL | 118.59º | 0.52% | 0.48% | - |
| HSV(B) | 118.59º | 0.69% | 0.73% | - |
| XYZ | 20.25 | 36.42 | 9.96 | - |
| YUV | 134.03 | 85.09 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 58 | 0.67 | 0 | 0.69 | 0.27 | 118.59 | 0.52 | 0.48 |
| Hex | 3D | BA | 3A | 43 | 0 | 45 | 1B | 77 | 34 | 30 |
| Octal | 75 | 272 | 72 | 103 | 0 | 105 | 33 | 167 | 64 | 60 |
| Binary | 111101 | 10111010 | 111010 | 1000011 | 0 | 1000101 | 11011 | 1110111 | 110100 | 110000 |
Color Harmonies of #3DBA3A
Complementary color
Monochromatic Colors of #3DBA3A
Black with #3DBA3A
Text Example
Text Example
White with #3DBA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA3A; }
p { color: rgb(61,186,58); }
H1.HeaderClassName
{
color: #3DBA3A;
}
.AnyTagClassName
{
color: #3DBA3A;
}
</style>
background-color css
<style>
a { background-color: #3DBA3A; }
a { background-color: rgb(61,186,58); }
div.DivClassName
{
background-color: #3DBA3A;
}
.BgClassName
{
background-color: #3DBA3A;
}
</style>
border-color css
<style>
span { border-color: #3DBA3A; }
span { border-color: rgb(61,186,58); }
td.TdClassName
{
border-color: #3DBA3A;
}
.TagClassName
{
border-color: #3DBA3A;
}
</style>