Shades of Lime Green #3BD535
Tints of Lime Green #3BD535
RGB
CMYK
RGB Variations
Color information
#3BD535 (or 0x3BD535) is known color: Lime Green. HEX triplet: 3B, D5 and 35. RGB value is (59,213,53). Sum of RGB (Red+Green+Blue) = 59+213+53=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD535 is #C42ACA. Grayscale: #959595. Windows color (decimal): -12856011 or 3527995. OLE color: 3527995.
HSL color Cylindrical-coordinate representation of color #3BD535: hue angle of 117.75º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BD535 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 53 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.16 |
| HSL | 117.75º | 0.66% | 0.52% | - |
| HSV(B) | 117.75º | 0.75% | 0.84% | - |
| XYZ | 26.24 | 48.78 | 11.4 | - |
| YUV | 148.71 | 73.98 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 53 | 0.72 | 0 | 0.75 | 0.16 | 117.75 | 0.66 | 0.52 |
| Hex | 3B | D5 | 35 | 48 | 0 | 4B | 10 | 76 | 42 | 34 |
| Octal | 73 | 325 | 65 | 110 | 0 | 113 | 20 | 166 | 102 | 64 |
| Binary | 111011 | 11010101 | 110101 | 1001000 | 0 | 1001011 | 10000 | 1110110 | 1000010 | 110100 |
Color Harmonies of #3BD535
Complementary color
Monochromatic Colors of #3BD535
Black with #3BD535
Text Example
Text Example
White with #3BD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD535; }
p { color: rgb(59,213,53); }
H1.HeaderClassName
{
color: #3BD535;
}
.AnyTagClassName
{
color: #3BD535;
}
</style>
background-color css
<style>
a { background-color: #3BD535; }
a { background-color: rgb(59,213,53); }
div.DivClassName
{
background-color: #3BD535;
}
.BgClassName
{
background-color: #3BD535;
}
</style>
border-color css
<style>
span { border-color: #3BD535; }
span { border-color: rgb(59,213,53); }
td.TdClassName
{
border-color: #3BD535;
}
.TagClassName
{
border-color: #3BD535;
}
</style>