Shades of Lime Green #3BE44E
Tints of Lime Green #3BE44E
RGB
CMYK
RGB Variations
Color information
#3BE44E (or 0x3BE44E) is known color: Lime Green. HEX triplet: 3B, E4 and 4E. RGB value is (59,228,78). Sum of RGB (Red+Green+Blue) = 59+228+78=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 228 (89.45% from 255 or 62.47% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE44E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BE44E is #C41BB1. Grayscale: #A0A0A0. Windows color (decimal): -12852146 or 5170235. OLE color: 5170235.
HSL color Cylindrical-coordinate representation of color #3BE44E: hue angle of 126.75º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE44E is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 78 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.11 |
| HSL | 126.75º | 0.76% | 0.56% | - |
| HSV(B) | 126.75º | 0.74% | 0.89% | - |
| XYZ | 30.92 | 56.97 | 16.57 | - |
| YUV | 160.37 | 81.51 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 78 | 0.74 | 0 | 0.66 | 0.11 | 126.75 | 0.76 | 0.56 |
| Hex | 3B | E4 | 4E | 4A | 0 | 42 | B | 7F | 4C | 38 |
| Octal | 73 | 344 | 116 | 112 | 0 | 102 | 13 | 177 | 114 | 70 |
| Binary | 111011 | 11100100 | 1001110 | 1001010 | 0 | 1000010 | 1011 | 1111111 | 1001100 | 111000 |
Color Harmonies of #3BE44E
Complementary color
Monochromatic Colors of #3BE44E
Black with #3BE44E
Text Example
Text Example
White with #3BE44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE44E; }
p { color: rgb(59,228,78); }
H1.HeaderClassName
{
color: #3BE44E;
}
.AnyTagClassName
{
color: #3BE44E;
}
</style>
background-color css
<style>
a { background-color: #3BE44E; }
a { background-color: rgb(59,228,78); }
div.DivClassName
{
background-color: #3BE44E;
}
.BgClassName
{
background-color: #3BE44E;
}
</style>
border-color css
<style>
span { border-color: #3BE44E; }
span { border-color: rgb(59,228,78); }
td.TdClassName
{
border-color: #3BE44E;
}
.TagClassName
{
border-color: #3BE44E;
}
</style>