Shades of Lime Green #3DBC3D
Tints of Lime Green #3DBC3D
RGB
CMYK
RGB Variations
Color information
#3DBC3D (or 0x3DBC3D) is known color: Lime Green. HEX triplet: 3D, BC and 3D. RGB value is (61,188,61). Sum of RGB (Red+Green+Blue) = 61+188+61=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBC3D is #C243C2. Grayscale: #878787. Windows color (decimal): -12731331 or 4045885. OLE color: 4045885.
HSL color Cylindrical-coordinate representation of color #3DBC3D: hue angle of 120º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBC3D is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 61 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.26 |
| HSL | 120º | 0.51% | 0.49% | - |
| HSV(B) | 120º | 0.68% | 0.74% | - |
| XYZ | 20.75 | 37.3 | 10.52 | - |
| YUV | 135.55 | 85.92 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 61 | 0.68 | 0 | 0.68 | 0.26 | 120 | 0.51 | 0.49 |
| Hex | 3D | BC | 3D | 44 | 0 | 44 | 1A | 78 | 33 | 31 |
| Octal | 75 | 274 | 75 | 104 | 0 | 104 | 32 | 170 | 63 | 61 |
| Binary | 111101 | 10111100 | 111101 | 1000100 | 0 | 1000100 | 11010 | 1111000 | 110011 | 110001 |
Color Harmonies of #3DBC3D
Complementary color
Monochromatic Colors of #3DBC3D
Black with #3DBC3D
Text Example
Text Example
White with #3DBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC3D; }
p { color: rgb(61,188,61); }
H1.HeaderClassName
{
color: #3DBC3D;
}
.AnyTagClassName
{
color: #3DBC3D;
}
</style>
background-color css
<style>
a { background-color: #3DBC3D; }
a { background-color: rgb(61,188,61); }
div.DivClassName
{
background-color: #3DBC3D;
}
.BgClassName
{
background-color: #3DBC3D;
}
</style>
border-color css
<style>
span { border-color: #3DBC3D; }
span { border-color: rgb(61,188,61); }
td.TdClassName
{
border-color: #3DBC3D;
}
.TagClassName
{
border-color: #3DBC3D;
}
</style>