Shades of Lime Green #3DBD32
Tints of Lime Green #3DBD32
RGB
CMYK
RGB Variations
Color information
#3DBD32 (or 0x3DBD32) is known color: Lime Green. HEX triplet: 3D, BD and 32. RGB value is (61,189,50). Sum of RGB (Red+Green+Blue) = 61+189+50=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBD32 is #C242CD. Grayscale: #878787. Windows color (decimal): -12731086 or 3325245. OLE color: 3325245.
HSL color Cylindrical-coordinate representation of color #3DBD32: hue angle of 115.25º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DBD32 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 50 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.26 |
| HSL | 115.25º | 0.58% | 0.47% | - |
| HSV(B) | 115.25º | 0.74% | 0.74% | - |
| XYZ | 20.7 | 37.62 | 9.19 | - |
| YUV | 134.88 | 80.09 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 50 | 0.68 | 0 | 0.74 | 0.26 | 115.25 | 0.58 | 0.47 |
| Hex | 3D | BD | 32 | 44 | 0 | 4A | 1A | 73 | 3A | 2F |
| Octal | 75 | 275 | 62 | 104 | 0 | 112 | 32 | 163 | 72 | 57 |
| Binary | 111101 | 10111101 | 110010 | 1000100 | 0 | 1001010 | 11010 | 1110011 | 111010 | 101111 |
Color Harmonies of #3DBD32
Complementary color
Monochromatic Colors of #3DBD32
Black with #3DBD32
Text Example
Text Example
White with #3DBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD32; }
p { color: rgb(61,189,50); }
H1.HeaderClassName
{
color: #3DBD32;
}
.AnyTagClassName
{
color: #3DBD32;
}
</style>
background-color css
<style>
a { background-color: #3DBD32; }
a { background-color: rgb(61,189,50); }
div.DivClassName
{
background-color: #3DBD32;
}
.BgClassName
{
background-color: #3DBD32;
}
</style>
border-color css
<style>
span { border-color: #3DBD32; }
span { border-color: rgb(61,189,50); }
td.TdClassName
{
border-color: #3DBD32;
}
.TagClassName
{
border-color: #3DBD32;
}
</style>