Shades of Lime Green #34E840
Tints of Lime Green #34E840
RGB
CMYK
RGB Variations
Color information
#34E840 (or 0x34E840) is known color: Lime Green. HEX triplet: 34, E8 and 40. RGB value is (52,232,64). Sum of RGB (Red+Green+Blue) = 52+232+64=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 232 (91.02% from 255 or 66.67% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 232 - color contains mainly: green. Hex color #34E840 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E840 is #CB17BF. Grayscale: #9F9F9F. Windows color (decimal): -13309888 or 4253748. OLE color: 4253748.
HSL color Cylindrical-coordinate representation of color #34E840: hue angle of 124º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E840 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 232 | 64 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.09 |
| HSL | 124º | 0.8% | 0.56% | - |
| HSV(B) | 124º | 0.78% | 0.91% | - |
| XYZ | 31.2 | 58.81 | 14.56 | - |
| YUV | 159.03 | 74.37 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 232 | 64 | 0.78 | 0 | 0.72 | 0.09 | 124 | 0.8 | 0.56 |
| Hex | 34 | E8 | 40 | 4E | 0 | 48 | 9 | 7C | 50 | 38 |
| Octal | 64 | 350 | 100 | 116 | 0 | 110 | 11 | 174 | 120 | 70 |
| Binary | 110100 | 11101000 | 1000000 | 1001110 | 0 | 1001000 | 1001 | 1111100 | 1010000 | 111000 |
Color Harmonies of #34E840
Complementary color
Monochromatic Colors of #34E840
Black with #34E840
Text Example
Text Example
White with #34E840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E840; }
p { color: rgb(52,232,64); }
H1.HeaderClassName
{
color: #34E840;
}
.AnyTagClassName
{
color: #34E840;
}
</style>
background-color css
<style>
a { background-color: #34E840; }
a { background-color: rgb(52,232,64); }
div.DivClassName
{
background-color: #34E840;
}
.BgClassName
{
background-color: #34E840;
}
</style>
border-color css
<style>
span { border-color: #34E840; }
span { border-color: rgb(52,232,64); }
td.TdClassName
{
border-color: #34E840;
}
.TagClassName
{
border-color: #34E840;
}
</style>