Shades of Lime Green #3DBD44
Tints of Lime Green #3DBD44
RGB
CMYK
RGB Variations
Color information
#3DBD44 (or 0x3DBD44) is known color: Lime Green. HEX triplet: 3D, BD and 44. RGB value is (61,189,68). Sum of RGB (Red+Green+Blue) = 61+189+68=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBD44 is #C242BB. Grayscale: #898989. Windows color (decimal): -12731068 or 4504893. OLE color: 4504893.
HSL color Cylindrical-coordinate representation of color #3DBD44: hue angle of 123.28º 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 #3DBD44 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 68 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.26 |
| HSL | 123.28º | 0.51% | 0.49% | - |
| HSV(B) | 123.28º | 0.68% | 0.74% | - |
| XYZ | 21.17 | 37.8 | 11.65 | - |
| YUV | 136.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 68 | 0.68 | 0 | 0.64 | 0.26 | 123.28 | 0.51 | 0.49 |
| Hex | 3D | BD | 44 | 44 | 0 | 40 | 1A | 7B | 33 | 31 |
| Octal | 75 | 275 | 104 | 104 | 0 | 100 | 32 | 173 | 63 | 61 |
| Binary | 111101 | 10111101 | 1000100 | 1000100 | 0 | 1000000 | 11010 | 1111011 | 110011 | 110001 |
Color Harmonies of #3DBD44
Complementary color
Monochromatic Colors of #3DBD44
Black with #3DBD44
Text Example
Text Example
White with #3DBD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD44; }
p { color: rgb(61,189,68); }
H1.HeaderClassName
{
color: #3DBD44;
}
.AnyTagClassName
{
color: #3DBD44;
}
</style>
background-color css
<style>
a { background-color: #3DBD44; }
a { background-color: rgb(61,189,68); }
div.DivClassName
{
background-color: #3DBD44;
}
.BgClassName
{
background-color: #3DBD44;
}
</style>
border-color css
<style>
span { border-color: #3DBD44; }
span { border-color: rgb(61,189,68); }
td.TdClassName
{
border-color: #3DBD44;
}
.TagClassName
{
border-color: #3DBD44;
}
</style>