Shades of Lime Green #3DC831
Tints of Lime Green #3DC831
RGB
CMYK
RGB Variations
Color information
#3DC831 (or 0x3DC831) is known color: Lime Green. HEX triplet: 3D, C8 and 31. RGB value is (61,200,49). Sum of RGB (Red+Green+Blue) = 61+200+49=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 200 (78.52% from 255 or 64.52% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC831 is #C237CE. Grayscale: #8D8D8D. Windows color (decimal): -12728271 or 3262525. OLE color: 3262525.
HSL color Cylindrical-coordinate representation of color #3DC831: hue angle of 115.23º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DC831 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 49 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.22 |
| HSL | 115.23º | 0.61% | 0.49% | - |
| HSV(B) | 115.23º | 0.76% | 0.78% | - |
| XYZ | 23.13 | 42.52 | 9.89 | - |
| YUV | 141.23 | 75.95 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 49 | 0.69 | 0 | 0.76 | 0.22 | 115.23 | 0.61 | 0.49 |
| Hex | 3D | C8 | 31 | 45 | 0 | 4C | 16 | 73 | 3D | 31 |
| Octal | 75 | 310 | 61 | 105 | 0 | 114 | 26 | 163 | 75 | 61 |
| Binary | 111101 | 11001000 | 110001 | 1000101 | 0 | 1001100 | 10110 | 1110011 | 111101 | 110001 |
Color Harmonies of #3DC831
Complementary color
Monochromatic Colors of #3DC831
Black with #3DC831
Text Example
Text Example
White with #3DC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC831; }
p { color: rgb(61,200,49); }
H1.HeaderClassName
{
color: #3DC831;
}
.AnyTagClassName
{
color: #3DC831;
}
</style>
background-color css
<style>
a { background-color: #3DC831; }
a { background-color: rgb(61,200,49); }
div.DivClassName
{
background-color: #3DC831;
}
.BgClassName
{
background-color: #3DC831;
}
</style>
border-color css
<style>
span { border-color: #3DC831; }
span { border-color: rgb(61,200,49); }
td.TdClassName
{
border-color: #3DC831;
}
.TagClassName
{
border-color: #3DC831;
}
</style>