Shades of Lime Green #3BE436
Tints of Lime Green #3BE436
RGB
CMYK
RGB Variations
Color information
#3BE436 (or 0x3BE436) is known color: Lime Green. HEX triplet: 3B, E4 and 36. RGB value is (59,228,54). Sum of RGB (Red+Green+Blue) = 59+228+54=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 228 (89.45% from 255 or 66.86% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE436 is #C41BC9. Grayscale: #9E9E9E. Windows color (decimal): -12852170 or 3597371. OLE color: 3597371.
HSL color Cylindrical-coordinate representation of color #3BE436: hue angle of 118.28º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BE436 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 228 | 54 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.11 |
| HSL | 118.28º | 0.76% | 0.55% | - |
| HSV(B) | 118.28º | 0.76% | 0.89% | - |
| XYZ | 30.21 | 56.68 | 12.84 | - |
| YUV | 157.63 | 69.51 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 228 | 54 | 0.74 | 0 | 0.76 | 0.11 | 118.28 | 0.76 | 0.55 |
| Hex | 3B | E4 | 36 | 4A | 0 | 4C | B | 76 | 4C | 37 |
| Octal | 73 | 344 | 66 | 112 | 0 | 114 | 13 | 166 | 114 | 67 |
| Binary | 111011 | 11100100 | 110110 | 1001010 | 0 | 1001100 | 1011 | 1110110 | 1001100 | 110111 |
Color Harmonies of #3BE436
Complementary color
Monochromatic Colors of #3BE436
Black with #3BE436
Text Example
Text Example
White with #3BE436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE436; }
p { color: rgb(59,228,54); }
H1.HeaderClassName
{
color: #3BE436;
}
.AnyTagClassName
{
color: #3BE436;
}
</style>
background-color css
<style>
a { background-color: #3BE436; }
a { background-color: rgb(59,228,54); }
div.DivClassName
{
background-color: #3BE436;
}
.BgClassName
{
background-color: #3BE436;
}
</style>
border-color css
<style>
span { border-color: #3BE436; }
span { border-color: rgb(59,228,54); }
td.TdClassName
{
border-color: #3BE436;
}
.TagClassName
{
border-color: #3BE436;
}
</style>