Shades of Lime Green #3BFD32
Tints of Lime Green #3BFD32
RGB
CMYK
RGB Variations
Color information
#3BFD32 (or 0x3BFD32) is known color: Lime Green. HEX triplet: 3B, FD and 32. RGB value is (59,253,50). Sum of RGB (Red+Green+Blue) = 59+253+50=362 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.30% from 362); Green value is 253 (99.22% from 255 or 69.89% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFD32 is #C402CD. Grayscale: #ACACAC. Windows color (decimal): -12845774 or 3341627. OLE color: 3341627.
HSL color Cylindrical-coordinate representation of color #3BFD32: hue angle of 117.34º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BFD32 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 50 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.01 |
| HSL | 117.34º | 0.98% | 0.59% | - |
| HSV(B) | 117.34º | 0.8% | 0.99% | - |
| XYZ | 37.5 | 71.41 | 14.82 | - |
| YUV | 171.85 | 59.23 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 50 | 0.77 | 0 | 0.80 | 0.01 | 117.34 | 0.98 | 0.59 |
| Hex | 3B | FD | 32 | 4D | 0 | 50 | 1 | 75 | 62 | 3B |
| Octal | 73 | 375 | 62 | 115 | 0 | 120 | 1 | 165 | 142 | 73 |
| Binary | 111011 | 11111101 | 110010 | 1001101 | 0 | 1010000 | 1 | 1110101 | 1100010 | 111011 |
Color Harmonies of #3BFD32
Complementary color
Monochromatic Colors of #3BFD32
Black with #3BFD32
Text Example
Text Example
White with #3BFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD32; }
p { color: rgb(59,253,50); }
H1.HeaderClassName
{
color: #3BFD32;
}
.AnyTagClassName
{
color: #3BFD32;
}
</style>
background-color css
<style>
a { background-color: #3BFD32; }
a { background-color: rgb(59,253,50); }
div.DivClassName
{
background-color: #3BFD32;
}
.BgClassName
{
background-color: #3BFD32;
}
</style>
border-color css
<style>
span { border-color: #3BFD32; }
span { border-color: rgb(59,253,50); }
td.TdClassName
{
border-color: #3BFD32;
}
.TagClassName
{
border-color: #3BFD32;
}
</style>