Shades of Lime Green #3DBB32
Tints of Lime Green #3DBB32
RGB
CMYK
RGB Variations
Color information
#3DBB32 (or 0x3DBB32) is known color: Lime Green. HEX triplet: 3D, BB and 32. RGB value is (61,187,50). Sum of RGB (Red+Green+Blue) = 61+187+50=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBB32 is #C244CD. Grayscale: #868686. Windows color (decimal): -12731598 or 3324733. OLE color: 3324733.
HSL color Cylindrical-coordinate representation of color #3DBB32: hue angle of 115.18º 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 #3DBB32 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 50 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.27 |
| HSL | 115.18º | 0.58% | 0.46% | - |
| HSV(B) | 115.18º | 0.73% | 0.73% | - |
| XYZ | 20.27 | 36.76 | 9.05 | - |
| YUV | 133.71 | 80.76 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 50 | 0.67 | 0 | 0.73 | 0.27 | 115.18 | 0.58 | 0.46 |
| Hex | 3D | BB | 32 | 43 | 0 | 49 | 1B | 73 | 3A | 2E |
| Octal | 75 | 273 | 62 | 103 | 0 | 111 | 33 | 163 | 72 | 56 |
| Binary | 111101 | 10111011 | 110010 | 1000011 | 0 | 1001001 | 11011 | 1110011 | 111010 | 101110 |
Color Harmonies of #3DBB32
Complementary color
Monochromatic Colors of #3DBB32
Black with #3DBB32
Text Example
Text Example
White with #3DBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB32; }
p { color: rgb(61,187,50); }
H1.HeaderClassName
{
color: #3DBB32;
}
.AnyTagClassName
{
color: #3DBB32;
}
</style>
background-color css
<style>
a { background-color: #3DBB32; }
a { background-color: rgb(61,187,50); }
div.DivClassName
{
background-color: #3DBB32;
}
.BgClassName
{
background-color: #3DBB32;
}
</style>
border-color css
<style>
span { border-color: #3DBB32; }
span { border-color: rgb(61,187,50); }
td.TdClassName
{
border-color: #3DBB32;
}
.TagClassName
{
border-color: #3DBB32;
}
</style>