Shades of Lime Green #3DC82A
Tints of Lime Green #3DC82A
RGB
CMYK
RGB Variations
Color information
#3DC82A (or 0x3DC82A) is known color: Lime Green. HEX triplet: 3D, C8 and 2A. RGB value is (61,200,42). Sum of RGB (Red+Green+Blue) = 61+200+42=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 200 (78.52% from 255 or 66.01% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC82A is #C237D5. Grayscale: #8C8C8C. Windows color (decimal): -12728278 or 2803773. OLE color: 2803773.
HSL color Cylindrical-coordinate representation of color #3DC82A: hue angle of 112.78º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3DC82A is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 42 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.22 |
| HSL | 112.78º | 0.65% | 0.47% | - |
| HSV(B) | 112.78º | 0.79% | 0.78% | - |
| XYZ | 23 | 42.47 | 9.18 | - |
| YUV | 140.43 | 72.45 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 42 | 0.69 | 0 | 0.79 | 0.22 | 112.78 | 0.65 | 0.47 |
| Hex | 3D | C8 | 2A | 45 | 0 | 4F | 16 | 71 | 41 | 2F |
| Octal | 75 | 310 | 52 | 105 | 0 | 117 | 26 | 161 | 101 | 57 |
| Binary | 111101 | 11001000 | 101010 | 1000101 | 0 | 1001111 | 10110 | 1110001 | 1000001 | 101111 |
Color Harmonies of #3DC82A
Complementary color
Monochromatic Colors of #3DC82A
Black with #3DC82A
Text Example
Text Example
White with #3DC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC82A; }
p { color: rgb(61,200,42); }
H1.HeaderClassName
{
color: #3DC82A;
}
.AnyTagClassName
{
color: #3DC82A;
}
</style>
background-color css
<style>
a { background-color: #3DC82A; }
a { background-color: rgb(61,200,42); }
div.DivClassName
{
background-color: #3DC82A;
}
.BgClassName
{
background-color: #3DC82A;
}
</style>
border-color css
<style>
span { border-color: #3DC82A; }
span { border-color: rgb(61,200,42); }
td.TdClassName
{
border-color: #3DC82A;
}
.TagClassName
{
border-color: #3DC82A;
}
</style>