Shades of Lime Green #3DBD2B
Tints of Lime Green #3DBD2B
RGB
CMYK
RGB Variations
Color information
#3DBD2B (or 0x3DBD2B) is known color: Lime Green. HEX triplet: 3D, BD and 2B. RGB value is (61,189,43). Sum of RGB (Red+Green+Blue) = 61+189+43=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBD2B is #C242D4. Grayscale: #868686. Windows color (decimal): -12731093 or 2866493. OLE color: 2866493.
HSL color Cylindrical-coordinate representation of color #3DBD2B: hue angle of 112.6º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DBD2B is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 43 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.26 |
| HSL | 112.6º | 0.63% | 0.45% | - |
| HSV(B) | 112.6º | 0.77% | 0.74% | - |
| XYZ | 20.56 | 37.56 | 8.45 | - |
| YUV | 134.08 | 76.59 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 43 | 0.68 | 0 | 0.77 | 0.26 | 112.6 | 0.63 | 0.45 |
| Hex | 3D | BD | 2B | 44 | 0 | 4D | 1A | 71 | 3F | 2D |
| Octal | 75 | 275 | 53 | 104 | 0 | 115 | 32 | 161 | 77 | 55 |
| Binary | 111101 | 10111101 | 101011 | 1000100 | 0 | 1001101 | 11010 | 1110001 | 111111 | 101101 |
Color Harmonies of #3DBD2B
Complementary color
Monochromatic Colors of #3DBD2B
Black with #3DBD2B
Text Example
Text Example
White with #3DBD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD2B; }
p { color: rgb(61,189,43); }
H1.HeaderClassName
{
color: #3DBD2B;
}
.AnyTagClassName
{
color: #3DBD2B;
}
</style>
background-color css
<style>
a { background-color: #3DBD2B; }
a { background-color: rgb(61,189,43); }
div.DivClassName
{
background-color: #3DBD2B;
}
.BgClassName
{
background-color: #3DBD2B;
}
</style>
border-color css
<style>
span { border-color: #3DBD2B; }
span { border-color: rgb(61,189,43); }
td.TdClassName
{
border-color: #3DBD2B;
}
.TagClassName
{
border-color: #3DBD2B;
}
</style>