Shades of Lime Green #34E640
Tints of Lime Green #34E640
RGB
CMYK
RGB Variations
Color information
#34E640 (or 0x34E640) is known color: Lime Green. HEX triplet: 34, E6 and 40. RGB value is (52,230,64). Sum of RGB (Red+Green+Blue) = 52+230+64=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 230 (90.23% from 255 or 66.47% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 230 - color contains mainly: green. Hex color #34E640 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E640 is #CB19BF. Grayscale: #9E9E9E. Windows color (decimal): -13310400 or 4253236. OLE color: 4253236.
HSL color Cylindrical-coordinate representation of color #34E640: hue angle of 124.04º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E640 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 64 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.10 |
| HSL | 124.04º | 0.78% | 0.55% | - |
| HSV(B) | 124.04º | 0.77% | 0.9% | - |
| XYZ | 30.64 | 57.69 | 14.37 | - |
| YUV | 157.85 | 75.03 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 64 | 0.77 | 0 | 0.72 | 0.10 | 124.04 | 0.78 | 0.55 |
| Hex | 34 | E6 | 40 | 4D | 0 | 48 | A | 7C | 4E | 37 |
| Octal | 64 | 346 | 100 | 115 | 0 | 110 | 12 | 174 | 116 | 67 |
| Binary | 110100 | 11100110 | 1000000 | 1001101 | 0 | 1001000 | 1010 | 1111100 | 1001110 | 110111 |
Color Harmonies of #34E640
Complementary color
Monochromatic Colors of #34E640
Black with #34E640
Text Example
Text Example
White with #34E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E640; }
p { color: rgb(52,230,64); }
H1.HeaderClassName
{
color: #34E640;
}
.AnyTagClassName
{
color: #34E640;
}
</style>
background-color css
<style>
a { background-color: #34E640; }
a { background-color: rgb(52,230,64); }
div.DivClassName
{
background-color: #34E640;
}
.BgClassName
{
background-color: #34E640;
}
</style>
border-color css
<style>
span { border-color: #34E640; }
span { border-color: rgb(52,230,64); }
td.TdClassName
{
border-color: #34E640;
}
.TagClassName
{
border-color: #34E640;
}
</style>