Shades of Lime Green #3DBA32
Tints of Lime Green #3DBA32
RGB
CMYK
RGB Variations
Color information
#3DBA32 (or 0x3DBA32) is known color: Lime Green. HEX triplet: 3D, BA and 32. RGB value is (61,186,50). Sum of RGB (Red+Green+Blue) = 61+186+50=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA32 is #C245CD. Grayscale: #858585. Windows color (decimal): -12731854 or 3324477. OLE color: 3324477.
HSL color Cylindrical-coordinate representation of color #3DBA32: hue angle of 115.15º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DBA32 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 50 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.27 |
| HSL | 115.15º | 0.58% | 0.46% | - |
| HSV(B) | 115.15º | 0.73% | 0.73% | - |
| XYZ | 20.06 | 36.34 | 8.97 | - |
| YUV | 133.12 | 81.09 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 50 | 0.67 | 0 | 0.73 | 0.27 | 115.15 | 0.58 | 0.46 |
| Hex | 3D | BA | 32 | 43 | 0 | 49 | 1B | 73 | 3A | 2E |
| Octal | 75 | 272 | 62 | 103 | 0 | 111 | 33 | 163 | 72 | 56 |
| Binary | 111101 | 10111010 | 110010 | 1000011 | 0 | 1001001 | 11011 | 1110011 | 111010 | 101110 |
Color Harmonies of #3DBA32
Complementary color
Monochromatic Colors of #3DBA32
Black with #3DBA32
Text Example
Text Example
White with #3DBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA32; }
p { color: rgb(61,186,50); }
H1.HeaderClassName
{
color: #3DBA32;
}
.AnyTagClassName
{
color: #3DBA32;
}
</style>
background-color css
<style>
a { background-color: #3DBA32; }
a { background-color: rgb(61,186,50); }
div.DivClassName
{
background-color: #3DBA32;
}
.BgClassName
{
background-color: #3DBA32;
}
</style>
border-color css
<style>
span { border-color: #3DBA32; }
span { border-color: rgb(61,186,50); }
td.TdClassName
{
border-color: #3DBA32;
}
.TagClassName
{
border-color: #3DBA32;
}
</style>