Shades of Lime Green #3BEE4A
Tints of Lime Green #3BEE4A
RGB
CMYK
RGB Variations
Color information
#3BEE4A (or 0x3BEE4A) is known color: Lime Green. HEX triplet: 3B, EE and 4A. RGB value is (59,238,74). Sum of RGB (Red+Green+Blue) = 59+238+74=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 238 (93.36% from 255 or 64.15% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEE4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEE4A is #C411B5. Grayscale: #A6A6A6. Windows color (decimal): -12849590 or 4910651. OLE color: 4910651.
HSL color Cylindrical-coordinate representation of color #3BEE4A: hue angle of 125.03º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEE4A is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 74 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.07 |
| HSL | 125.03º | 0.84% | 0.58% | - |
| HSV(B) | 125.03º | 0.75% | 0.93% | - |
| XYZ | 33.61 | 62.57 | 16.78 | - |
| YUV | 165.78 | 76.2 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 74 | 0.75 | 0 | 0.69 | 0.07 | 125.03 | 0.84 | 0.58 |
| Hex | 3B | EE | 4A | 4B | 0 | 45 | 7 | 7D | 54 | 3A |
| Octal | 73 | 356 | 112 | 113 | 0 | 105 | 7 | 175 | 124 | 72 |
| Binary | 111011 | 11101110 | 1001010 | 1001011 | 0 | 1000101 | 111 | 1111101 | 1010100 | 111010 |
Color Harmonies of #3BEE4A
Complementary color
Monochromatic Colors of #3BEE4A
Black with #3BEE4A
Text Example
Text Example
White with #3BEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEE4A; }
p { color: rgb(59,238,74); }
H1.HeaderClassName
{
color: #3BEE4A;
}
.AnyTagClassName
{
color: #3BEE4A;
}
</style>
background-color css
<style>
a { background-color: #3BEE4A; }
a { background-color: rgb(59,238,74); }
div.DivClassName
{
background-color: #3BEE4A;
}
.BgClassName
{
background-color: #3BEE4A;
}
</style>
border-color css
<style>
span { border-color: #3BEE4A; }
span { border-color: rgb(59,238,74); }
td.TdClassName
{
border-color: #3BEE4A;
}
.TagClassName
{
border-color: #3BEE4A;
}
</style>