Shades of Lime Green #3BEF2B
Tints of Lime Green #3BEF2B
RGB
CMYK
RGB Variations
Color information
#3BEF2B (or 0x3BEF2B) is known color: Lime Green. HEX triplet: 3B, EF and 2B. RGB value is (59,239,43). Sum of RGB (Red+Green+Blue) = 59+239+43=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 239 (93.75% from 255 or 70.09% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEF2B is #C410D4. Grayscale: #A3A3A3. Windows color (decimal): -12849365 or 2879291. OLE color: 2879291.
HSL color Cylindrical-coordinate representation of color #3BEF2B: hue angle of 115.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BEF2B is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 43 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.06 |
| HSL | 115.1º | 0.86% | 0.55% | - |
| HSV(B) | 115.1º | 0.82% | 0.94% | - |
| XYZ | 33.11 | 62.84 | 12.67 | - |
| YUV | 162.84 | 60.37 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 43 | 0.75 | 0 | 0.82 | 0.06 | 115.1 | 0.86 | 0.55 |
| Hex | 3B | EF | 2B | 4B | 0 | 52 | 6 | 73 | 56 | 37 |
| Octal | 73 | 357 | 53 | 113 | 0 | 122 | 6 | 163 | 126 | 67 |
| Binary | 111011 | 11101111 | 101011 | 1001011 | 0 | 1010010 | 110 | 1110011 | 1010110 | 110111 |
Color Harmonies of #3BEF2B
Complementary color
Monochromatic Colors of #3BEF2B
Black with #3BEF2B
Text Example
Text Example
White with #3BEF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEF2B; }
p { color: rgb(59,239,43); }
H1.HeaderClassName
{
color: #3BEF2B;
}
.AnyTagClassName
{
color: #3BEF2B;
}
</style>
background-color css
<style>
a { background-color: #3BEF2B; }
a { background-color: rgb(59,239,43); }
div.DivClassName
{
background-color: #3BEF2B;
}
.BgClassName
{
background-color: #3BEF2B;
}
</style>
border-color css
<style>
span { border-color: #3BEF2B; }
span { border-color: rgb(59,239,43); }
td.TdClassName
{
border-color: #3BEF2B;
}
.TagClassName
{
border-color: #3BEF2B;
}
</style>