Shades of Lime Green #3BD554
Tints of Lime Green #3BD554
RGB
CMYK
RGB Variations
Color information
#3BD554 (or 0x3BD554) is known color: Lime Green. HEX triplet: 3B, D5 and 54. RGB value is (59,213,84). Sum of RGB (Red+Green+Blue) = 59+213+84=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD554 is #C42AAB. Grayscale: #989898. Windows color (decimal): -12855980 or 5559611. OLE color: 5559611.
HSL color Cylindrical-coordinate representation of color #3BD554: hue angle of 129.74º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD554 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 84 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.16 |
| HSL | 129.74º | 0.65% | 0.53% | - |
| HSV(B) | 129.74º | 0.72% | 0.84% | - |
| XYZ | 27.2 | 49.16 | 16.44 | - |
| YUV | 152.25 | 89.48 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 84 | 0.72 | 0 | 0.61 | 0.16 | 129.74 | 0.65 | 0.53 |
| Hex | 3B | D5 | 54 | 48 | 0 | 3D | 10 | 82 | 41 | 35 |
| Octal | 73 | 325 | 124 | 110 | 0 | 75 | 20 | 202 | 101 | 65 |
| Binary | 111011 | 11010101 | 1010100 | 1001000 | 0 | 111101 | 10000 | 10000010 | 1000001 | 110101 |
Color Harmonies of #3BD554
Complementary color
Monochromatic Colors of #3BD554
Black with #3BD554
Text Example
Text Example
White with #3BD554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD554; }
p { color: rgb(59,213,84); }
H1.HeaderClassName
{
color: #3BD554;
}
.AnyTagClassName
{
color: #3BD554;
}
</style>
background-color css
<style>
a { background-color: #3BD554; }
a { background-color: rgb(59,213,84); }
div.DivClassName
{
background-color: #3BD554;
}
.BgClassName
{
background-color: #3BD554;
}
</style>
border-color css
<style>
span { border-color: #3BD554; }
span { border-color: rgb(59,213,84); }
td.TdClassName
{
border-color: #3BD554;
}
.TagClassName
{
border-color: #3BD554;
}
</style>