Shades of Lime Green #3BFB32
Tints of Lime Green #3BFB32
RGB
CMYK
RGB Variations
Color information
#3BFB32 (or 0x3BFB32) is known color: Lime Green. HEX triplet: 3B, FB and 32. RGB value is (59,251,50). Sum of RGB (Red+Green+Blue) = 59+251+50=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 251 (98.44% from 255 or 69.72% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFB32 is #C404CD. Grayscale: #ABABAB. Windows color (decimal): -12846286 or 3341115. OLE color: 3341115.
HSL color Cylindrical-coordinate representation of color #3BFB32: hue angle of 117.31º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BFB32 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 251 | 50 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.02 |
| HSL | 117.31º | 0.96% | 0.59% | - |
| HSV(B) | 117.31º | 0.8% | 0.98% | - |
| XYZ | 36.88 | 70.15 | 14.62 | - |
| YUV | 170.68 | 59.89 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 251 | 50 | 0.76 | 0 | 0.80 | 0.02 | 117.31 | 0.96 | 0.59 |
| Hex | 3B | FB | 32 | 4C | 0 | 50 | 2 | 75 | 60 | 3B |
| Octal | 73 | 373 | 62 | 114 | 0 | 120 | 2 | 165 | 140 | 73 |
| Binary | 111011 | 11111011 | 110010 | 1001100 | 0 | 1010000 | 10 | 1110101 | 1100000 | 111011 |
Color Harmonies of #3BFB32
Complementary color
Monochromatic Colors of #3BFB32
Black with #3BFB32
Text Example
Text Example
White with #3BFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFB32; }
p { color: rgb(59,251,50); }
H1.HeaderClassName
{
color: #3BFB32;
}
.AnyTagClassName
{
color: #3BFB32;
}
</style>
background-color css
<style>
a { background-color: #3BFB32; }
a { background-color: rgb(59,251,50); }
div.DivClassName
{
background-color: #3BFB32;
}
.BgClassName
{
background-color: #3BFB32;
}
</style>
border-color css
<style>
span { border-color: #3BFB32; }
span { border-color: rgb(59,251,50); }
td.TdClassName
{
border-color: #3BFB32;
}
.TagClassName
{
border-color: #3BFB32;
}
</style>