Shades of Lime Green #3DC93D
Tints of Lime Green #3DC93D
RGB
CMYK
RGB Variations
Color information
#3DC93D (or 0x3DC93D) is known color: Lime Green. HEX triplet: 3D, C9 and 3D. RGB value is (61,201,61). Sum of RGB (Red+Green+Blue) = 61+201+61=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC93D is #C236C2. Grayscale: #8F8F8F. Windows color (decimal): -12728003 or 4049213. OLE color: 4049213.
HSL color Cylindrical-coordinate representation of color #3DC93D: hue angle of 120º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC93D is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 61 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.21 |
| HSL | 120º | 0.56% | 0.51% | - |
| HSV(B) | 120º | 0.7% | 0.79% | - |
| XYZ | 23.65 | 43.1 | 11.49 | - |
| YUV | 143.18 | 81.62 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 61 | 0.70 | 0 | 0.70 | 0.21 | 120 | 0.56 | 0.51 |
| Hex | 3D | C9 | 3D | 46 | 0 | 46 | 15 | 78 | 38 | 33 |
| Octal | 75 | 311 | 75 | 106 | 0 | 106 | 25 | 170 | 70 | 63 |
| Binary | 111101 | 11001001 | 111101 | 1000110 | 0 | 1000110 | 10101 | 1111000 | 111000 | 110011 |
Color Harmonies of #3DC93D
Complementary color
Monochromatic Colors of #3DC93D
Black with #3DC93D
Text Example
Text Example
White with #3DC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC93D; }
p { color: rgb(61,201,61); }
H1.HeaderClassName
{
color: #3DC93D;
}
.AnyTagClassName
{
color: #3DC93D;
}
</style>
background-color css
<style>
a { background-color: #3DC93D; }
a { background-color: rgb(61,201,61); }
div.DivClassName
{
background-color: #3DC93D;
}
.BgClassName
{
background-color: #3DC93D;
}
</style>
border-color css
<style>
span { border-color: #3DC93D; }
span { border-color: rgb(61,201,61); }
td.TdClassName
{
border-color: #3DC93D;
}
.TagClassName
{
border-color: #3DC93D;
}
</style>