Shades of Lime Green #3DC138
Tints of Lime Green #3DC138
RGB
CMYK
RGB Variations
Color information
#3DC138 (or 0x3DC138) is known color: Lime Green. HEX triplet: 3D, C1 and 38. RGB value is (61,193,56). Sum of RGB (Red+Green+Blue) = 61+193+56=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC138 is #C23EC7. Grayscale: #8A8A8A. Windows color (decimal): -12730056 or 3719485. OLE color: 3719485.
HSL color Cylindrical-coordinate representation of color #3DC138: hue angle of 117.81º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DC138 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 56 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.24 |
| HSL | 117.81º | 0.55% | 0.49% | - |
| HSV(B) | 117.81º | 0.71% | 0.76% | - |
| XYZ | 21.71 | 39.42 | 10.21 | - |
| YUV | 137.91 | 81.77 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 56 | 0.68 | 0 | 0.71 | 0.24 | 117.81 | 0.55 | 0.49 |
| Hex | 3D | C1 | 38 | 44 | 0 | 47 | 18 | 76 | 37 | 31 |
| Octal | 75 | 301 | 70 | 104 | 0 | 107 | 30 | 166 | 67 | 61 |
| Binary | 111101 | 11000001 | 111000 | 1000100 | 0 | 1000111 | 11000 | 1110110 | 110111 | 110001 |
Color Harmonies of #3DC138
Complementary color
Monochromatic Colors of #3DC138
Black with #3DC138
Text Example
Text Example
White with #3DC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC138; }
p { color: rgb(61,193,56); }
H1.HeaderClassName
{
color: #3DC138;
}
.AnyTagClassName
{
color: #3DC138;
}
</style>
background-color css
<style>
a { background-color: #3DC138; }
a { background-color: rgb(61,193,56); }
div.DivClassName
{
background-color: #3DC138;
}
.BgClassName
{
background-color: #3DC138;
}
</style>
border-color css
<style>
span { border-color: #3DC138; }
span { border-color: rgb(61,193,56); }
td.TdClassName
{
border-color: #3DC138;
}
.TagClassName
{
border-color: #3DC138;
}
</style>