Shades of Lime Green #3BDF55
Tints of Lime Green #3BDF55
RGB
CMYK
RGB Variations
Color information
#3BDF55 (or 0x3BDF55) is known color: Lime Green. HEX triplet: 3B, DF and 55. RGB value is (59,223,85). Sum of RGB (Red+Green+Blue) = 59+223+85=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDF55 is #C420AA. Grayscale: #9E9E9E. Windows color (decimal): -12853419 or 5627707. OLE color: 5627707.
HSL color Cylindrical-coordinate representation of color #3BDF55: hue angle of 129.51º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDF55 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 85 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.13 |
| HSL | 129.51º | 0.72% | 0.55% | - |
| HSV(B) | 129.51º | 0.74% | 0.87% | - |
| XYZ | 29.83 | 54.36 | 17.51 | - |
| YUV | 158.23 | 86.67 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 85 | 0.74 | 0 | 0.62 | 0.13 | 129.51 | 0.72 | 0.55 |
| Hex | 3B | DF | 55 | 4A | 0 | 3E | D | 82 | 48 | 37 |
| Octal | 73 | 337 | 125 | 112 | 0 | 76 | 15 | 202 | 110 | 67 |
| Binary | 111011 | 11011111 | 1010101 | 1001010 | 0 | 111110 | 1101 | 10000010 | 1001000 | 110111 |
Color Harmonies of #3BDF55
Complementary color
Monochromatic Colors of #3BDF55
Black with #3BDF55
Text Example
Text Example
White with #3BDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDF55; }
p { color: rgb(59,223,85); }
H1.HeaderClassName
{
color: #3BDF55;
}
.AnyTagClassName
{
color: #3BDF55;
}
</style>
background-color css
<style>
a { background-color: #3BDF55; }
a { background-color: rgb(59,223,85); }
div.DivClassName
{
background-color: #3BDF55;
}
.BgClassName
{
background-color: #3BDF55;
}
</style>
border-color css
<style>
span { border-color: #3BDF55; }
span { border-color: rgb(59,223,85); }
td.TdClassName
{
border-color: #3BDF55;
}
.TagClassName
{
border-color: #3BDF55;
}
</style>