Shades of Lime Green #3BD733
Tints of Lime Green #3BD733
RGB
CMYK
RGB Variations
Color information
#3BD733 (or 0x3BD733) is known color: Lime Green. HEX triplet: 3B, D7 and 33. RGB value is (59,215,51). Sum of RGB (Red+Green+Blue) = 59+215+51=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 215 (84.38% from 255 or 66.15% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD733 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD733 is #C428CC. Grayscale: #969696. Windows color (decimal): -12855501 or 3397435. OLE color: 3397435.
HSL color Cylindrical-coordinate representation of color #3BD733: hue angle of 117.07º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BD733 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 215 | 51 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.16 |
| HSL | 117.07º | 0.67% | 0.52% | - |
| HSV(B) | 117.07º | 0.76% | 0.84% | - |
| XYZ | 26.7 | 49.77 | 11.33 | - |
| YUV | 149.66 | 72.32 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 215 | 51 | 0.73 | 0 | 0.76 | 0.16 | 117.07 | 0.67 | 0.52 |
| Hex | 3B | D7 | 33 | 49 | 0 | 4C | 10 | 75 | 43 | 34 |
| Octal | 73 | 327 | 63 | 111 | 0 | 114 | 20 | 165 | 103 | 64 |
| Binary | 111011 | 11010111 | 110011 | 1001001 | 0 | 1001100 | 10000 | 1110101 | 1000011 | 110100 |
Color Harmonies of #3BD733
Complementary color
Monochromatic Colors of #3BD733
Black with #3BD733
Text Example
Text Example
White with #3BD733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD733; }
p { color: rgb(59,215,51); }
H1.HeaderClassName
{
color: #3BD733;
}
.AnyTagClassName
{
color: #3BD733;
}
</style>
background-color css
<style>
a { background-color: #3BD733; }
a { background-color: rgb(59,215,51); }
div.DivClassName
{
background-color: #3BD733;
}
.BgClassName
{
background-color: #3BD733;
}
</style>
border-color css
<style>
span { border-color: #3BD733; }
span { border-color: rgb(59,215,51); }
td.TdClassName
{
border-color: #3BD733;
}
.TagClassName
{
border-color: #3BD733;
}
</style>