Shades of Lime Green #3DC44A
Tints of Lime Green #3DC44A
RGB
CMYK
RGB Variations
Color information
#3DC44A (or 0x3DC44A) is known color: Lime Green. HEX triplet: 3D, C4 and 4A. RGB value is (61,196,74). Sum of RGB (Red+Green+Blue) = 61+196+74=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC44A is #C23BB5. Grayscale: #8E8E8E. Windows color (decimal): -12729270 or 4899901. OLE color: 4899901.
HSL color Cylindrical-coordinate representation of color #3DC44A: hue angle of 125.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC44A is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 74 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.23 |
| HSL | 125.78º | 0.53% | 0.5% | - |
| HSV(B) | 125.78º | 0.69% | 0.77% | - |
| XYZ | 22.9 | 40.97 | 13.18 | - |
| YUV | 141.73 | 89.77 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 74 | 0.69 | 0 | 0.62 | 0.23 | 125.78 | 0.53 | 0.5 |
| Hex | 3D | C4 | 4A | 45 | 0 | 3E | 17 | 7E | 35 | 32 |
| Octal | 75 | 304 | 112 | 105 | 0 | 76 | 27 | 176 | 65 | 62 |
| Binary | 111101 | 11000100 | 1001010 | 1000101 | 0 | 111110 | 10111 | 1111110 | 110101 | 110010 |
Color Harmonies of #3DC44A
Complementary color
Monochromatic Colors of #3DC44A
Black with #3DC44A
Text Example
Text Example
White with #3DC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC44A; }
p { color: rgb(61,196,74); }
H1.HeaderClassName
{
color: #3DC44A;
}
.AnyTagClassName
{
color: #3DC44A;
}
</style>
background-color css
<style>
a { background-color: #3DC44A; }
a { background-color: rgb(61,196,74); }
div.DivClassName
{
background-color: #3DC44A;
}
.BgClassName
{
background-color: #3DC44A;
}
</style>
border-color css
<style>
span { border-color: #3DC44A; }
span { border-color: rgb(61,196,74); }
td.TdClassName
{
border-color: #3DC44A;
}
.TagClassName
{
border-color: #3DC44A;
}
</style>