Shades of Lime Green #3BE444
Tints of Lime Green #3BE444
RGB
CMYK
RGB Variations
Color information
#3BE444 (or 0x3BE444) is known color: Lime Green. HEX triplet: 3B, E4 and 44. RGB value is (59,228,68). Sum of RGB (Red+Green+Blue) = 59+228+68=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 228 (89.45% from 255 or 64.23% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE444 is #C41BBB. Grayscale: #9F9F9F. Windows color (decimal): -12852156 or 4514875. OLE color: 4514875.
HSL color Cylindrical-coordinate representation of color #3BE444: hue angle of 123.2º 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 #3BE444 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 68 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.11 |
| HSL | 123.2º | 0.76% | 0.56% | - |
| HSV(B) | 123.2º | 0.74% | 0.89% | - |
| XYZ | 30.59 | 56.83 | 14.83 | - |
| YUV | 159.23 | 76.51 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 68 | 0.74 | 0 | 0.70 | 0.11 | 123.2 | 0.76 | 0.56 |
| Hex | 3B | E4 | 44 | 4A | 0 | 46 | B | 7B | 4C | 38 |
| Octal | 73 | 344 | 104 | 112 | 0 | 106 | 13 | 173 | 114 | 70 |
| Binary | 111011 | 11100100 | 1000100 | 1001010 | 0 | 1000110 | 1011 | 1111011 | 1001100 | 111000 |
Color Harmonies of #3BE444
Complementary color
Monochromatic Colors of #3BE444
Black with #3BE444
Text Example
Text Example
White with #3BE444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE444; }
p { color: rgb(59,228,68); }
H1.HeaderClassName
{
color: #3BE444;
}
.AnyTagClassName
{
color: #3BE444;
}
</style>
background-color css
<style>
a { background-color: #3BE444; }
a { background-color: rgb(59,228,68); }
div.DivClassName
{
background-color: #3BE444;
}
.BgClassName
{
background-color: #3BE444;
}
</style>
border-color css
<style>
span { border-color: #3BE444; }
span { border-color: rgb(59,228,68); }
td.TdClassName
{
border-color: #3BE444;
}
.TagClassName
{
border-color: #3BE444;
}
</style>