Shades of Lime Green #3DC130
Tints of Lime Green #3DC130
RGB
CMYK
RGB Variations
Color information
#3DC130 (or 0x3DC130) is known color: Lime Green. HEX triplet: 3D, C1 and 30. RGB value is (61,193,48). Sum of RGB (Red+Green+Blue) = 61+193+48=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC130 is #C23ECF. Grayscale: #898989. Windows color (decimal): -12730064 or 3195197. OLE color: 3195197.
HSL color Cylindrical-coordinate representation of color #3DC130: hue angle of 114.62º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DC130 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 48 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.24 |
| HSL | 114.62º | 0.6% | 0.47% | - |
| HSV(B) | 114.62º | 0.75% | 0.76% | - |
| XYZ | 21.53 | 39.35 | 9.26 | - |
| YUV | 137 | 77.77 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 48 | 0.68 | 0 | 0.75 | 0.24 | 114.62 | 0.6 | 0.47 |
| Hex | 3D | C1 | 30 | 44 | 0 | 4B | 18 | 73 | 3C | 2F |
| Octal | 75 | 301 | 60 | 104 | 0 | 113 | 30 | 163 | 74 | 57 |
| Binary | 111101 | 11000001 | 110000 | 1000100 | 0 | 1001011 | 11000 | 1110011 | 111100 | 101111 |
Color Harmonies of #3DC130
Complementary color
Monochromatic Colors of #3DC130
Black with #3DC130
Text Example
Text Example
White with #3DC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC130; }
p { color: rgb(61,193,48); }
H1.HeaderClassName
{
color: #3DC130;
}
.AnyTagClassName
{
color: #3DC130;
}
</style>
background-color css
<style>
a { background-color: #3DC130; }
a { background-color: rgb(61,193,48); }
div.DivClassName
{
background-color: #3DC130;
}
.BgClassName
{
background-color: #3DC130;
}
</style>
border-color css
<style>
span { border-color: #3DC130; }
span { border-color: rgb(61,193,48); }
td.TdClassName
{
border-color: #3DC130;
}
.TagClassName
{
border-color: #3DC130;
}
</style>