Shades of Lime Green #34E42B
Tints of Lime Green #34E42B
RGB
CMYK
RGB Variations
Color information
#34E42B (or 0x34E42B) is known color: Lime Green. HEX triplet: 34, E4 and 2B. RGB value is (52,228,43). Sum of RGB (Red+Green+Blue) = 52+228+43=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 228 (89.45% from 255 or 70.59% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 228 - color contains mainly: green. Hex color #34E42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E42B is #CB1BD4. Grayscale: #9A9A9A. Windows color (decimal): -13310933 or 2876468. OLE color: 2876468.
HSL color Cylindrical-coordinate representation of color #34E42B: hue angle of 117.08º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34E42B is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 228 | 43 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.11 |
| HSL | 117.08º | 0.77% | 0.53% | - |
| HSV(B) | 117.08º | 0.81% | 0.89% | - |
| XYZ | 29.6 | 56.39 | 11.61 | - |
| YUV | 154.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 228 | 43 | 0.77 | 0 | 0.81 | 0.11 | 117.08 | 0.77 | 0.53 |
| Hex | 34 | E4 | 2B | 4D | 0 | 51 | B | 75 | 4D | 35 |
| Octal | 64 | 344 | 53 | 115 | 0 | 121 | 13 | 165 | 115 | 65 |
| Binary | 110100 | 11100100 | 101011 | 1001101 | 0 | 1010001 | 1011 | 1110101 | 1001101 | 110101 |
Color Harmonies of #34E42B
Complementary color
Monochromatic Colors of #34E42B
Black with #34E42B
Text Example
Text Example
White with #34E42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E42B; }
p { color: rgb(52,228,43); }
H1.HeaderClassName
{
color: #34E42B;
}
.AnyTagClassName
{
color: #34E42B;
}
</style>
background-color css
<style>
a { background-color: #34E42B; }
a { background-color: rgb(52,228,43); }
div.DivClassName
{
background-color: #34E42B;
}
.BgClassName
{
background-color: #34E42B;
}
</style>
border-color css
<style>
span { border-color: #34E42B; }
span { border-color: rgb(52,228,43); }
td.TdClassName
{
border-color: #34E42B;
}
.TagClassName
{
border-color: #34E42B;
}
</style>