Shades of Lime Green #3DBC3A
Tints of Lime Green #3DBC3A
RGB
CMYK
RGB Variations
Color information
#3DBC3A (or 0x3DBC3A) is known color: Lime Green. HEX triplet: 3D, BC and 3A. RGB value is (61,188,58). Sum of RGB (Red+Green+Blue) = 61+188+58=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBC3A is #C243C5. Grayscale: #878787. Windows color (decimal): -12731334 or 3849277. OLE color: 3849277.
HSL color Cylindrical-coordinate representation of color #3DBC3A: hue angle of 118.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DBC3A is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 58 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.26 |
| HSL | 118.62º | 0.53% | 0.48% | - |
| HSV(B) | 118.62º | 0.69% | 0.74% | - |
| XYZ | 20.67 | 37.26 | 10.11 | - |
| YUV | 135.21 | 84.42 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 58 | 0.68 | 0 | 0.69 | 0.26 | 118.62 | 0.53 | 0.48 |
| Hex | 3D | BC | 3A | 44 | 0 | 45 | 1A | 77 | 35 | 30 |
| Octal | 75 | 274 | 72 | 104 | 0 | 105 | 32 | 167 | 65 | 60 |
| Binary | 111101 | 10111100 | 111010 | 1000100 | 0 | 1000101 | 11010 | 1110111 | 110101 | 110000 |
Color Harmonies of #3DBC3A
Complementary color
Monochromatic Colors of #3DBC3A
Black with #3DBC3A
Text Example
Text Example
White with #3DBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC3A; }
p { color: rgb(61,188,58); }
H1.HeaderClassName
{
color: #3DBC3A;
}
.AnyTagClassName
{
color: #3DBC3A;
}
</style>
background-color css
<style>
a { background-color: #3DBC3A; }
a { background-color: rgb(61,188,58); }
div.DivClassName
{
background-color: #3DBC3A;
}
.BgClassName
{
background-color: #3DBC3A;
}
</style>
border-color css
<style>
span { border-color: #3DBC3A; }
span { border-color: rgb(61,188,58); }
td.TdClassName
{
border-color: #3DBC3A;
}
.TagClassName
{
border-color: #3DBC3A;
}
</style>