Shades of Lime Green #3BD933
Tints of Lime Green #3BD933
RGB
CMYK
RGB Variations
Color information
#3BD933 (or 0x3BD933) is known color: Lime Green. HEX triplet: 3B, D9 and 33. RGB value is (59,217,51). Sum of RGB (Red+Green+Blue) = 59+217+51=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 217 (85.16% from 255 or 66.36% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD933 is #C426CC. Grayscale: #979797. Windows color (decimal): -12854989 or 3397947. OLE color: 3397947.
HSL color Cylindrical-coordinate representation of color #3BD933: hue angle of 117.11º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BD933 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 51 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.15 |
| HSL | 117.11º | 0.69% | 0.53% | - |
| HSV(B) | 117.11º | 0.76% | 0.85% | - |
| XYZ | 27.21 | 50.79 | 11.5 | - |
| YUV | 150.83 | 71.65 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 51 | 0.73 | 0 | 0.76 | 0.15 | 117.11 | 0.69 | 0.53 |
| Hex | 3B | D9 | 33 | 49 | 0 | 4C | F | 75 | 45 | 35 |
| Octal | 73 | 331 | 63 | 111 | 0 | 114 | 17 | 165 | 105 | 65 |
| Binary | 111011 | 11011001 | 110011 | 1001001 | 0 | 1001100 | 1111 | 1110101 | 1000101 | 110101 |
Color Harmonies of #3BD933
Complementary color
Monochromatic Colors of #3BD933
Black with #3BD933
Text Example
Text Example
White with #3BD933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD933; }
p { color: rgb(59,217,51); }
H1.HeaderClassName
{
color: #3BD933;
}
.AnyTagClassName
{
color: #3BD933;
}
</style>
background-color css
<style>
a { background-color: #3BD933; }
a { background-color: rgb(59,217,51); }
div.DivClassName
{
background-color: #3BD933;
}
.BgClassName
{
background-color: #3BD933;
}
</style>
border-color css
<style>
span { border-color: #3BD933; }
span { border-color: rgb(59,217,51); }
td.TdClassName
{
border-color: #3BD933;
}
.TagClassName
{
border-color: #3BD933;
}
</style>