Shades of Lime Green #3DC62A
Tints of Lime Green #3DC62A
RGB
CMYK
RGB Variations
Color information
#3DC62A (or 0x3DC62A) is known color: Lime Green. HEX triplet: 3D, C6 and 2A. RGB value is (61,198,42). Sum of RGB (Red+Green+Blue) = 61+198+42=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 198 (77.73% from 255 or 65.78% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC62A is #C239D5. Grayscale: #8B8B8B. Windows color (decimal): -12728790 or 2803261. OLE color: 2803261.
HSL color Cylindrical-coordinate representation of color #3DC62A: hue angle of 112.69º 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 #3DC62A is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 198 | 42 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.22 |
| HSL | 112.69º | 0.65% | 0.47% | - |
| HSV(B) | 112.69º | 0.79% | 0.78% | - |
| XYZ | 22.54 | 41.55 | 9.02 | - |
| YUV | 139.25 | 73.11 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 198 | 42 | 0.69 | 0 | 0.79 | 0.22 | 112.69 | 0.65 | 0.47 |
| Hex | 3D | C6 | 2A | 45 | 0 | 4F | 16 | 71 | 41 | 2F |
| Octal | 75 | 306 | 52 | 105 | 0 | 117 | 26 | 161 | 101 | 57 |
| Binary | 111101 | 11000110 | 101010 | 1000101 | 0 | 1001111 | 10110 | 1110001 | 1000001 | 101111 |
Color Harmonies of #3DC62A
Complementary color
Monochromatic Colors of #3DC62A
Black with #3DC62A
Text Example
Text Example
White with #3DC62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC62A; }
p { color: rgb(61,198,42); }
H1.HeaderClassName
{
color: #3DC62A;
}
.AnyTagClassName
{
color: #3DC62A;
}
</style>
background-color css
<style>
a { background-color: #3DC62A; }
a { background-color: rgb(61,198,42); }
div.DivClassName
{
background-color: #3DC62A;
}
.BgClassName
{
background-color: #3DC62A;
}
</style>
border-color css
<style>
span { border-color: #3DC62A; }
span { border-color: rgb(61,198,42); }
td.TdClassName
{
border-color: #3DC62A;
}
.TagClassName
{
border-color: #3DC62A;
}
</style>