Shades of Lime Green #3DC038
Tints of Lime Green #3DC038
RGB
CMYK
RGB Variations
Color information
#3DC038 (or 0x3DC038) is known color: Lime Green. HEX triplet: 3D, C0 and 38. RGB value is (61,192,56). Sum of RGB (Red+Green+Blue) = 61+192+56=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC038 is #C23FC7. Grayscale: #898989. Windows color (decimal): -12730312 or 3719229. OLE color: 3719229.
HSL color Cylindrical-coordinate representation of color #3DC038: hue angle of 117.79º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DC038 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 56 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.25 |
| HSL | 117.79º | 0.55% | 0.49% | - |
| HSV(B) | 117.79º | 0.71% | 0.75% | - |
| XYZ | 21.49 | 38.98 | 10.13 | - |
| YUV | 137.33 | 82.1 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 56 | 0.68 | 0 | 0.71 | 0.25 | 117.79 | 0.55 | 0.49 |
| Hex | 3D | C0 | 38 | 44 | 0 | 47 | 19 | 76 | 37 | 31 |
| Octal | 75 | 300 | 70 | 104 | 0 | 107 | 31 | 166 | 67 | 61 |
| Binary | 111101 | 11000000 | 111000 | 1000100 | 0 | 1000111 | 11001 | 1110110 | 110111 | 110001 |
Color Harmonies of #3DC038
Complementary color
Monochromatic Colors of #3DC038
Black with #3DC038
Text Example
Text Example
White with #3DC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC038; }
p { color: rgb(61,192,56); }
H1.HeaderClassName
{
color: #3DC038;
}
.AnyTagClassName
{
color: #3DC038;
}
</style>
background-color css
<style>
a { background-color: #3DC038; }
a { background-color: rgb(61,192,56); }
div.DivClassName
{
background-color: #3DC038;
}
.BgClassName
{
background-color: #3DC038;
}
</style>
border-color css
<style>
span { border-color: #3DC038; }
span { border-color: rgb(61,192,56); }
td.TdClassName
{
border-color: #3DC038;
}
.TagClassName
{
border-color: #3DC038;
}
</style>