Shades of Lime Green #3DB138
Tints of Lime Green #3DB138
RGB
CMYK
RGB Variations
Color information
#3DB138 (or 0x3DB138) is known color: Lime Green. HEX triplet: 3D, B1 and 38. RGB value is (61,177,56). Sum of RGB (Red+Green+Blue) = 61+177+56=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 177 (69.53% from 255 or 60.20% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 177 - color contains mainly: green. Hex color #3DB138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB138 is #C24EC7. Grayscale: #808080. Windows color (decimal): -12734152 or 3715389. OLE color: 3715389.
HSL color Cylindrical-coordinate representation of color #3DB138: hue angle of 117.52º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DB138 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 177 | 56 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.31 |
| HSL | 117.52º | 0.52% | 0.46% | - |
| HSV(B) | 117.52º | 0.68% | 0.69% | - |
| XYZ | 18.36 | 32.72 | 9.09 | - |
| YUV | 128.52 | 87.07 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 177 | 56 | 0.66 | 0 | 0.68 | 0.31 | 117.52 | 0.52 | 0.46 |
| Hex | 3D | B1 | 38 | 42 | 0 | 44 | 1F | 76 | 34 | 2E |
| Octal | 75 | 261 | 70 | 102 | 0 | 104 | 37 | 166 | 64 | 56 |
| Binary | 111101 | 10110001 | 111000 | 1000010 | 0 | 1000100 | 11111 | 1110110 | 110100 | 101110 |
Color Harmonies of #3DB138
Complementary color
Monochromatic Colors of #3DB138
Black with #3DB138
Text Example
Text Example
White with #3DB138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB138; }
p { color: rgb(61,177,56); }
H1.HeaderClassName
{
color: #3DB138;
}
.AnyTagClassName
{
color: #3DB138;
}
</style>
background-color css
<style>
a { background-color: #3DB138; }
a { background-color: rgb(61,177,56); }
div.DivClassName
{
background-color: #3DB138;
}
.BgClassName
{
background-color: #3DB138;
}
</style>
border-color css
<style>
span { border-color: #3DB138; }
span { border-color: rgb(61,177,56); }
td.TdClassName
{
border-color: #3DB138;
}
.TagClassName
{
border-color: #3DB138;
}
</style>