Shades of Lime Green #34E117
Tints of Lime Green #34E117
RGB
CMYK
RGB Variations
Color information
#34E117 (or 0x34E117) is known color: Lime Green. HEX triplet: 34, E1 and 17. RGB value is (52,225,23). Sum of RGB (Red+Green+Blue) = 52+225+23=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #34E117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34E117 is #CB1EE8. Grayscale: #969696. Windows color (decimal): -13311721 or 1564980. OLE color: 1564980.
HSL color Cylindrical-coordinate representation of color #34E117: hue angle of 111.39º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34E117 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 225 | 23 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.12 |
| HSL | 111.39º | 0.81% | 0.49% | - |
| HSV(B) | 111.39º | 0.9% | 0.88% | - |
| XYZ | 28.5 | 54.64 | 9.86 | - |
| YUV | 150.25 | 56.19 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 225 | 23 | 0.77 | 0 | 0.90 | 0.12 | 111.39 | 0.81 | 0.49 |
| Hex | 34 | E1 | 17 | 4D | 0 | 5A | C | 6F | 51 | 31 |
| Octal | 64 | 341 | 27 | 115 | 0 | 132 | 14 | 157 | 121 | 61 |
| Binary | 110100 | 11100001 | 10111 | 1001101 | 0 | 1011010 | 1100 | 1101111 | 1010001 | 110001 |
Color Harmonies of #34E117
Complementary color
Monochromatic Colors of #34E117
Black with #34E117
Text Example
Text Example
White with #34E117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E117; }
p { color: rgb(52,225,23); }
H1.HeaderClassName
{
color: #34E117;
}
.AnyTagClassName
{
color: #34E117;
}
</style>
background-color css
<style>
a { background-color: #34E117; }
a { background-color: rgb(52,225,23); }
div.DivClassName
{
background-color: #34E117;
}
.BgClassName
{
background-color: #34E117;
}
</style>
border-color css
<style>
span { border-color: #34E117; }
span { border-color: rgb(52,225,23); }
td.TdClassName
{
border-color: #34E117;
}
.TagClassName
{
border-color: #34E117;
}
</style>