Shades of Lime Green #3DBA38
Tints of Lime Green #3DBA38
RGB
CMYK
RGB Variations
Color information
#3DBA38 (or 0x3DBA38) is known color: Lime Green. HEX triplet: 3D, BA and 38. RGB value is (61,186,56). Sum of RGB (Red+Green+Blue) = 61+186+56=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA38 is #C245C7. Grayscale: #868686. Windows color (decimal): -12731848 or 3717693. OLE color: 3717693.
HSL color Cylindrical-coordinate representation of color #3DBA38: hue angle of 117.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DBA38 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 56 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.27 |
| HSL | 117.69º | 0.54% | 0.47% | - |
| HSV(B) | 117.69º | 0.7% | 0.73% | - |
| XYZ | 20.2 | 36.4 | 9.7 | - |
| YUV | 133.81 | 84.09 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 56 | 0.67 | 0 | 0.70 | 0.27 | 117.69 | 0.54 | 0.47 |
| Hex | 3D | BA | 38 | 43 | 0 | 46 | 1B | 76 | 36 | 2F |
| Octal | 75 | 272 | 70 | 103 | 0 | 106 | 33 | 166 | 66 | 57 |
| Binary | 111101 | 10111010 | 111000 | 1000011 | 0 | 1000110 | 11011 | 1110110 | 110110 | 101111 |
Color Harmonies of #3DBA38
Complementary color
Monochromatic Colors of #3DBA38
Black with #3DBA38
Text Example
Text Example
White with #3DBA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA38; }
p { color: rgb(61,186,56); }
H1.HeaderClassName
{
color: #3DBA38;
}
.AnyTagClassName
{
color: #3DBA38;
}
</style>
background-color css
<style>
a { background-color: #3DBA38; }
a { background-color: rgb(61,186,56); }
div.DivClassName
{
background-color: #3DBA38;
}
.BgClassName
{
background-color: #3DBA38;
}
</style>
border-color css
<style>
span { border-color: #3DBA38; }
span { border-color: rgb(61,186,56); }
td.TdClassName
{
border-color: #3DBA38;
}
.TagClassName
{
border-color: #3DBA38;
}
</style>