Shades of Lime Green #3DC938
Tints of Lime Green #3DC938
RGB
CMYK
RGB Variations
Color information
#3DC938 (or 0x3DC938) is known color: Lime Green. HEX triplet: 3D, C9 and 38. RGB value is (61,201,56). Sum of RGB (Red+Green+Blue) = 61+201+56=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 201 (78.91% from 255 or 63.21% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC938 is #C236C7. Grayscale: #8F8F8F. Windows color (decimal): -12728008 or 3721533. OLE color: 3721533.
HSL color Cylindrical-coordinate representation of color #3DC938: hue angle of 117.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DC938 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 56 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.21 |
| HSL | 117.93º | 0.57% | 0.5% | - |
| HSV(B) | 117.93º | 0.72% | 0.79% | - |
| XYZ | 23.52 | 43.05 | 10.81 | - |
| YUV | 142.61 | 79.12 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 56 | 0.70 | 0 | 0.72 | 0.21 | 117.93 | 0.57 | 0.5 |
| Hex | 3D | C9 | 38 | 46 | 0 | 48 | 15 | 76 | 39 | 32 |
| Octal | 75 | 311 | 70 | 106 | 0 | 110 | 25 | 166 | 71 | 62 |
| Binary | 111101 | 11001001 | 111000 | 1000110 | 0 | 1001000 | 10101 | 1110110 | 111001 | 110010 |
Color Harmonies of #3DC938
Complementary color
Monochromatic Colors of #3DC938
Black with #3DC938
Text Example
Text Example
White with #3DC938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC938; }
p { color: rgb(61,201,56); }
H1.HeaderClassName
{
color: #3DC938;
}
.AnyTagClassName
{
color: #3DC938;
}
</style>
background-color css
<style>
a { background-color: #3DC938; }
a { background-color: rgb(61,201,56); }
div.DivClassName
{
background-color: #3DC938;
}
.BgClassName
{
background-color: #3DC938;
}
</style>
border-color css
<style>
span { border-color: #3DC938; }
span { border-color: rgb(61,201,56); }
td.TdClassName
{
border-color: #3DC938;
}
.TagClassName
{
border-color: #3DC938;
}
</style>