Shades of Lime Green #3BD233
Tints of Lime Green #3BD233
RGB
CMYK
RGB Variations
Color information
#3BD233 (or 0x3BD233) is known color: Lime Green. HEX triplet: 3B, D2 and 33. RGB value is (59,210,51). Sum of RGB (Red+Green+Blue) = 59+210+51=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 210 (82.42% from 255 or 65.62% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD233 is #C42DCC. Grayscale: #939393. Windows color (decimal): -12856781 or 3396155. OLE color: 3396155.
HSL color Cylindrical-coordinate representation of color #3BD233: hue angle of 116.98º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BD233 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 210 | 51 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.18 |
| HSL | 116.98º | 0.64% | 0.51% | - |
| HSV(B) | 116.98º | 0.76% | 0.82% | - |
| XYZ | 25.45 | 47.26 | 10.91 | - |
| YUV | 146.73 | 73.97 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 210 | 51 | 0.72 | 0 | 0.76 | 0.18 | 116.98 | 0.64 | 0.51 |
| Hex | 3B | D2 | 33 | 48 | 0 | 4C | 12 | 75 | 40 | 33 |
| Octal | 73 | 322 | 63 | 110 | 0 | 114 | 22 | 165 | 100 | 63 |
| Binary | 111011 | 11010010 | 110011 | 1001000 | 0 | 1001100 | 10010 | 1110101 | 1000000 | 110011 |
Color Harmonies of #3BD233
Complementary color
Monochromatic Colors of #3BD233
Black with #3BD233
Text Example
Text Example
White with #3BD233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD233; }
p { color: rgb(59,210,51); }
H1.HeaderClassName
{
color: #3BD233;
}
.AnyTagClassName
{
color: #3BD233;
}
</style>
background-color css
<style>
a { background-color: #3BD233; }
a { background-color: rgb(59,210,51); }
div.DivClassName
{
background-color: #3BD233;
}
.BgClassName
{
background-color: #3BD233;
}
</style>
border-color css
<style>
span { border-color: #3BD233; }
span { border-color: rgb(59,210,51); }
td.TdClassName
{
border-color: #3BD233;
}
.TagClassName
{
border-color: #3BD233;
}
</style>