Shades of Lime Green #3BAF2E
Tints of Lime Green #3BAF2E
RGB
CMYK
RGB Variations
Color information
#3BAF2E (or 0x3BAF2E) is known color: Lime Green. HEX triplet: 3B, AF and 2E. RGB value is (59,175,46). Sum of RGB (Red+Green+Blue) = 59+175+46=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAF2E is #C450D1. Grayscale: #7E7E7E. Windows color (decimal): -12865746 or 3059515. OLE color: 3059515.
HSL color Cylindrical-coordinate representation of color #3BAF2E: hue angle of 113.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BAF2E is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 46 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.31 |
| HSL | 113.95º | 0.58% | 0.43% | - |
| HSV(B) | 113.95º | 0.74% | 0.69% | - |
| XYZ | 17.63 | 31.79 | 7.79 | - |
| YUV | 125.61 | 83.07 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 46 | 0.66 | 0 | 0.74 | 0.31 | 113.95 | 0.58 | 0.43 |
| Hex | 3B | AF | 2E | 42 | 0 | 4A | 1F | 72 | 3A | 2B |
| Octal | 73 | 257 | 56 | 102 | 0 | 112 | 37 | 162 | 72 | 53 |
| Binary | 111011 | 10101111 | 101110 | 1000010 | 0 | 1001010 | 11111 | 1110010 | 111010 | 101011 |
Color Harmonies of #3BAF2E
Complementary color
Monochromatic Colors of #3BAF2E
Black with #3BAF2E
Text Example
Text Example
White with #3BAF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF2E; }
p { color: rgb(59,175,46); }
H1.HeaderClassName
{
color: #3BAF2E;
}
.AnyTagClassName
{
color: #3BAF2E;
}
</style>
background-color css
<style>
a { background-color: #3BAF2E; }
a { background-color: rgb(59,175,46); }
div.DivClassName
{
background-color: #3BAF2E;
}
.BgClassName
{
background-color: #3BAF2E;
}
</style>
border-color css
<style>
span { border-color: #3BAF2E; }
span { border-color: rgb(59,175,46); }
td.TdClassName
{
border-color: #3BAF2E;
}
.TagClassName
{
border-color: #3BAF2E;
}
</style>