Shades of Lime Green #3DC940
Tints of Lime Green #3DC940
RGB
CMYK
RGB Variations
Color information
#3DC940 (or 0x3DC940) is known color: Lime Green. HEX triplet: 3D, C9 and 40. RGB value is (61,201,64). Sum of RGB (Red+Green+Blue) = 61+201+64=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC940 is #C236BF. Grayscale: #8F8F8F. Windows color (decimal): -12728000 or 4245821. OLE color: 4245821.
HSL color Cylindrical-coordinate representation of color #3DC940: hue angle of 121.29º 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 #3DC940 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 64 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.21 |
| HSL | 121.29º | 0.56% | 0.51% | - |
| HSV(B) | 121.29º | 0.7% | 0.79% | - |
| XYZ | 23.74 | 43.14 | 11.93 | - |
| YUV | 143.52 | 83.12 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 64 | 0.70 | 0 | 0.68 | 0.21 | 121.29 | 0.56 | 0.51 |
| Hex | 3D | C9 | 40 | 46 | 0 | 44 | 15 | 79 | 38 | 33 |
| Octal | 75 | 311 | 100 | 106 | 0 | 104 | 25 | 171 | 70 | 63 |
| Binary | 111101 | 11001001 | 1000000 | 1000110 | 0 | 1000100 | 10101 | 1111001 | 111000 | 110011 |
Color Harmonies of #3DC940
Complementary color
Monochromatic Colors of #3DC940
Black with #3DC940
Text Example
Text Example
White with #3DC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC940; }
p { color: rgb(61,201,64); }
H1.HeaderClassName
{
color: #3DC940;
}
.AnyTagClassName
{
color: #3DC940;
}
</style>
background-color css
<style>
a { background-color: #3DC940; }
a { background-color: rgb(61,201,64); }
div.DivClassName
{
background-color: #3DC940;
}
.BgClassName
{
background-color: #3DC940;
}
</style>
border-color css
<style>
span { border-color: #3DC940; }
span { border-color: rgb(61,201,64); }
td.TdClassName
{
border-color: #3DC940;
}
.TagClassName
{
border-color: #3DC940;
}
</style>