Shades of Lime Green #3BE134
Tints of Lime Green #3BE134
RGB
CMYK
RGB Variations
Color information
#3BE134 (or 0x3BE134) is known color: Lime Green. HEX triplet: 3B, E1 and 34. RGB value is (59,225,52). Sum of RGB (Red+Green+Blue) = 59+225+52=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE134 is #C41ECB. Grayscale: #9C9C9C. Windows color (decimal): -12852940 or 3465531. OLE color: 3465531.
HSL color Cylindrical-coordinate representation of color #3BE134: hue angle of 117.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BE134 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 225 | 52 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.12 |
| HSL | 117.57º | 0.74% | 0.54% | - |
| HSV(B) | 117.57º | 0.77% | 0.88% | - |
| XYZ | 29.35 | 55.03 | 12.32 | - |
| YUV | 155.64 | 69.5 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 225 | 52 | 0.74 | 0 | 0.77 | 0.12 | 117.57 | 0.74 | 0.54 |
| Hex | 3B | E1 | 34 | 4A | 0 | 4D | C | 76 | 4A | 36 |
| Octal | 73 | 341 | 64 | 112 | 0 | 115 | 14 | 166 | 112 | 66 |
| Binary | 111011 | 11100001 | 110100 | 1001010 | 0 | 1001101 | 1100 | 1110110 | 1001010 | 110110 |
Color Harmonies of #3BE134
Complementary color
Monochromatic Colors of #3BE134
Black with #3BE134
Text Example
Text Example
White with #3BE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE134; }
p { color: rgb(59,225,52); }
H1.HeaderClassName
{
color: #3BE134;
}
.AnyTagClassName
{
color: #3BE134;
}
</style>
background-color css
<style>
a { background-color: #3BE134; }
a { background-color: rgb(59,225,52); }
div.DivClassName
{
background-color: #3BE134;
}
.BgClassName
{
background-color: #3BE134;
}
</style>
border-color css
<style>
span { border-color: #3BE134; }
span { border-color: rgb(59,225,52); }
td.TdClassName
{
border-color: #3BE134;
}
.TagClassName
{
border-color: #3BE134;
}
</style>