Shades of Lime Green #3DC03B
Tints of Lime Green #3DC03B
RGB
CMYK
RGB Variations
Color information
#3DC03B (or 0x3DC03B) is known color: Lime Green. HEX triplet: 3D, C0 and 3B. RGB value is (61,192,59). Sum of RGB (Red+Green+Blue) = 61+192+59=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC03B is #C23FC4. Grayscale: #8A8A8A. Windows color (decimal): -12730309 or 3915837. OLE color: 3915837.
HSL color Cylindrical-coordinate representation of color #3DC03B: hue angle of 119.1º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC03B is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 59 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.25 |
| HSL | 119.1º | 0.53% | 0.49% | - |
| HSV(B) | 119.1º | 0.69% | 0.75% | - |
| XYZ | 21.56 | 39.01 | 10.53 | - |
| YUV | 137.67 | 83.6 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 59 | 0.68 | 0 | 0.69 | 0.25 | 119.1 | 0.53 | 0.49 |
| Hex | 3D | C0 | 3B | 44 | 0 | 45 | 19 | 77 | 35 | 31 |
| Octal | 75 | 300 | 73 | 104 | 0 | 105 | 31 | 167 | 65 | 61 |
| Binary | 111101 | 11000000 | 111011 | 1000100 | 0 | 1000101 | 11001 | 1110111 | 110101 | 110001 |
Color Harmonies of #3DC03B
Complementary color
Monochromatic Colors of #3DC03B
Black with #3DC03B
Text Example
Text Example
White with #3DC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC03B; }
p { color: rgb(61,192,59); }
H1.HeaderClassName
{
color: #3DC03B;
}
.AnyTagClassName
{
color: #3DC03B;
}
</style>
background-color css
<style>
a { background-color: #3DC03B; }
a { background-color: rgb(61,192,59); }
div.DivClassName
{
background-color: #3DC03B;
}
.BgClassName
{
background-color: #3DC03B;
}
</style>
border-color css
<style>
span { border-color: #3DC03B; }
span { border-color: rgb(61,192,59); }
td.TdClassName
{
border-color: #3DC03B;
}
.TagClassName
{
border-color: #3DC03B;
}
</style>