Shades of Lime Green #3DC538
Tints of Lime Green #3DC538
RGB
CMYK
RGB Variations
Color information
#3DC538 (or 0x3DC538) is known color: Lime Green. HEX triplet: 3D, C5 and 38. RGB value is (61,197,56). Sum of RGB (Red+Green+Blue) = 61+197+56=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC538 is #C23AC7. Grayscale: #8C8C8C. Windows color (decimal): -12729032 or 3720509. OLE color: 3720509.
HSL color Cylindrical-coordinate representation of color #3DC538: hue angle of 117.87º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DC538 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 56 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.23 |
| HSL | 117.87º | 0.56% | 0.5% | - |
| HSV(B) | 117.87º | 0.72% | 0.77% | - |
| XYZ | 22.6 | 41.21 | 10.5 | - |
| YUV | 140.26 | 80.44 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 56 | 0.69 | 0 | 0.72 | 0.23 | 117.87 | 0.56 | 0.5 |
| Hex | 3D | C5 | 38 | 45 | 0 | 48 | 17 | 76 | 38 | 32 |
| Octal | 75 | 305 | 70 | 105 | 0 | 110 | 27 | 166 | 70 | 62 |
| Binary | 111101 | 11000101 | 111000 | 1000101 | 0 | 1001000 | 10111 | 1110110 | 111000 | 110010 |
Color Harmonies of #3DC538
Complementary color
Monochromatic Colors of #3DC538
Black with #3DC538
Text Example
Text Example
White with #3DC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC538; }
p { color: rgb(61,197,56); }
H1.HeaderClassName
{
color: #3DC538;
}
.AnyTagClassName
{
color: #3DC538;
}
</style>
background-color css
<style>
a { background-color: #3DC538; }
a { background-color: rgb(61,197,56); }
div.DivClassName
{
background-color: #3DC538;
}
.BgClassName
{
background-color: #3DC538;
}
</style>
border-color css
<style>
span { border-color: #3DC538; }
span { border-color: rgb(61,197,56); }
td.TdClassName
{
border-color: #3DC538;
}
.TagClassName
{
border-color: #3DC538;
}
</style>