Shades of Lime Green #34E828
Tints of Lime Green #34E828
RGB
CMYK
RGB Variations
Color information
#34E828 (or 0x34E828) is known color: Lime Green. HEX triplet: 34, E8 and 28. RGB value is (52,232,40). Sum of RGB (Red+Green+Blue) = 52+232+40=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 232 (91.02% from 255 or 71.60% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 232 - color contains mainly: green. Hex color #34E828 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E828 is #CB17D7. Grayscale: #9C9C9C. Windows color (decimal): -13309912 or 2680884. OLE color: 2680884.
HSL color Cylindrical-coordinate representation of color #34E828: hue angle of 116.25º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34E828 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 232 | 40 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.09 |
| HSL | 116.25º | 0.81% | 0.53% | - |
| HSV(B) | 116.25º | 0.83% | 0.91% | - |
| XYZ | 30.66 | 58.6 | 11.7 | - |
| YUV | 156.29 | 62.37 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 232 | 40 | 0.78 | 0 | 0.83 | 0.09 | 116.25 | 0.81 | 0.53 |
| Hex | 34 | E8 | 28 | 4E | 0 | 53 | 9 | 74 | 51 | 35 |
| Octal | 64 | 350 | 50 | 116 | 0 | 123 | 11 | 164 | 121 | 65 |
| Binary | 110100 | 11101000 | 101000 | 1001110 | 0 | 1010011 | 1001 | 1110100 | 1010001 | 110101 |
Color Harmonies of #34E828
Complementary color
Monochromatic Colors of #34E828
Black with #34E828
Text Example
Text Example
White with #34E828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E828; }
p { color: rgb(52,232,40); }
H1.HeaderClassName
{
color: #34E828;
}
.AnyTagClassName
{
color: #34E828;
}
</style>
background-color css
<style>
a { background-color: #34E828; }
a { background-color: rgb(52,232,40); }
div.DivClassName
{
background-color: #34E828;
}
.BgClassName
{
background-color: #34E828;
}
</style>
border-color css
<style>
span { border-color: #34E828; }
span { border-color: rgb(52,232,40); }
td.TdClassName
{
border-color: #34E828;
}
.TagClassName
{
border-color: #34E828;
}
</style>