Shades of Lime Green #3DBA44
Tints of Lime Green #3DBA44
RGB
CMYK
RGB Variations
Color information
#3DBA44 (or 0x3DBA44) is known color: Lime Green. HEX triplet: 3D, BA and 44. RGB value is (61,186,68). Sum of RGB (Red+Green+Blue) = 61+186+68=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA44 is #C245BB. Grayscale: #878787. Windows color (decimal): -12731836 or 4504125. OLE color: 4504125.
HSL color Cylindrical-coordinate representation of color #3DBA44: hue angle of 123.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBA44 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 68 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.27 |
| HSL | 123.36º | 0.51% | 0.48% | - |
| HSV(B) | 123.36º | 0.67% | 0.73% | - |
| XYZ | 20.53 | 36.53 | 11.44 | - |
| YUV | 135.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 68 | 0.67 | 0 | 0.63 | 0.27 | 123.36 | 0.51 | 0.48 |
| Hex | 3D | BA | 44 | 43 | 0 | 3F | 1B | 7B | 33 | 30 |
| Octal | 75 | 272 | 104 | 103 | 0 | 77 | 33 | 173 | 63 | 60 |
| Binary | 111101 | 10111010 | 1000100 | 1000011 | 0 | 111111 | 11011 | 1111011 | 110011 | 110000 |
Color Harmonies of #3DBA44
Complementary color
Monochromatic Colors of #3DBA44
Black with #3DBA44
Text Example
Text Example
White with #3DBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA44; }
p { color: rgb(61,186,68); }
H1.HeaderClassName
{
color: #3DBA44;
}
.AnyTagClassName
{
color: #3DBA44;
}
</style>
background-color css
<style>
a { background-color: #3DBA44; }
a { background-color: rgb(61,186,68); }
div.DivClassName
{
background-color: #3DBA44;
}
.BgClassName
{
background-color: #3DBA44;
}
</style>
border-color css
<style>
span { border-color: #3DBA44; }
span { border-color: rgb(61,186,68); }
td.TdClassName
{
border-color: #3DBA44;
}
.TagClassName
{
border-color: #3DBA44;
}
</style>