Shades of Lime Green #3BD524
Tints of Lime Green #3BD524
RGB
CMYK
RGB Variations
Color information
#3BD524 (or 0x3BD524) is known color: Lime Green. HEX triplet: 3B, D5 and 24. RGB value is (59,213,36). Sum of RGB (Red+Green+Blue) = 59+213+36=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD524 is #C42ADB. Grayscale: #939393. Windows color (decimal): -12856028 or 2413883. OLE color: 2413883.
HSL color Cylindrical-coordinate representation of color #3BD524: hue angle of 112.2º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3BD524 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 36 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.16 |
| HSL | 112.2º | 0.71% | 0.49% | - |
| HSV(B) | 112.2º | 0.83% | 0.84% | - |
| XYZ | 25.92 | 48.65 | 9.69 | - |
| YUV | 146.78 | 65.48 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 36 | 0.72 | 0 | 0.83 | 0.16 | 112.2 | 0.71 | 0.49 |
| Hex | 3B | D5 | 24 | 48 | 0 | 53 | 10 | 70 | 47 | 31 |
| Octal | 73 | 325 | 44 | 110 | 0 | 123 | 20 | 160 | 107 | 61 |
| Binary | 111011 | 11010101 | 100100 | 1001000 | 0 | 1010011 | 10000 | 1110000 | 1000111 | 110001 |
Color Harmonies of #3BD524
Complementary color
Monochromatic Colors of #3BD524
Black with #3BD524
Text Example
Text Example
White with #3BD524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD524; }
p { color: rgb(59,213,36); }
H1.HeaderClassName
{
color: #3BD524;
}
.AnyTagClassName
{
color: #3BD524;
}
</style>
background-color css
<style>
a { background-color: #3BD524; }
a { background-color: rgb(59,213,36); }
div.DivClassName
{
background-color: #3BD524;
}
.BgClassName
{
background-color: #3BD524;
}
</style>
border-color css
<style>
span { border-color: #3BD524; }
span { border-color: rgb(59,213,36); }
td.TdClassName
{
border-color: #3BD524;
}
.TagClassName
{
border-color: #3BD524;
}
</style>