Shades of Lime Green #3BED2B
Tints of Lime Green #3BED2B
RGB
CMYK
RGB Variations
Color information
#3BED2B (or 0x3BED2B) is known color: Lime Green. HEX triplet: 3B, ED and 2B. RGB value is (59,237,43). Sum of RGB (Red+Green+Blue) = 59+237+43=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 237 (92.97% from 255 or 69.91% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 237 - color contains mainly: green. Hex color #3BED2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BED2B is #C412D4. Grayscale: #A2A2A2. Windows color (decimal): -12849877 or 2878779. OLE color: 2878779.
HSL color Cylindrical-coordinate representation of color #3BED2B: hue angle of 115.05º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BED2B is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 237 | 43 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.07 |
| HSL | 115.05º | 0.84% | 0.55% | - |
| HSV(B) | 115.05º | 0.82% | 0.93% | - |
| XYZ | 32.52 | 61.67 | 12.48 | - |
| YUV | 161.66 | 61.03 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 237 | 43 | 0.75 | 0 | 0.82 | 0.07 | 115.05 | 0.84 | 0.55 |
| Hex | 3B | ED | 2B | 4B | 0 | 52 | 7 | 73 | 54 | 37 |
| Octal | 73 | 355 | 53 | 113 | 0 | 122 | 7 | 163 | 124 | 67 |
| Binary | 111011 | 11101101 | 101011 | 1001011 | 0 | 1010010 | 111 | 1110011 | 1010100 | 110111 |
Color Harmonies of #3BED2B
Complementary color
Monochromatic Colors of #3BED2B
Black with #3BED2B
Text Example
Text Example
White with #3BED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BED2B; }
p { color: rgb(59,237,43); }
H1.HeaderClassName
{
color: #3BED2B;
}
.AnyTagClassName
{
color: #3BED2B;
}
</style>
background-color css
<style>
a { background-color: #3BED2B; }
a { background-color: rgb(59,237,43); }
div.DivClassName
{
background-color: #3BED2B;
}
.BgClassName
{
background-color: #3BED2B;
}
</style>
border-color css
<style>
span { border-color: #3BED2B; }
span { border-color: rgb(59,237,43); }
td.TdClassName
{
border-color: #3BED2B;
}
.TagClassName
{
border-color: #3BED2B;
}
</style>