Shades of Lime Green #34E249
Tints of Lime Green #34E249
RGB
CMYK
RGB Variations
Color information
#34E249 (or 0x34E249) is known color: Lime Green. HEX triplet: 34, E2 and 49. RGB value is (52,226,73). Sum of RGB (Red+Green+Blue) = 52+226+73=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 226 (88.67% from 255 or 64.39% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 226 - color contains mainly: green. Hex color #34E249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E249 is #CB1DB6. Grayscale: #9C9C9C. Windows color (decimal): -13311415 or 4842036. OLE color: 4842036.
HSL color Cylindrical-coordinate representation of color #34E249: hue angle of 127.24º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E249 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 226 | 73 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.11 |
| HSL | 127.24º | 0.75% | 0.55% | - |
| HSV(B) | 127.24º | 0.77% | 0.89% | - |
| XYZ | 29.82 | 55.6 | 15.46 | - |
| YUV | 156.53 | 80.85 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 226 | 73 | 0.77 | 0 | 0.68 | 0.11 | 127.24 | 0.75 | 0.55 |
| Hex | 34 | E2 | 49 | 4D | 0 | 44 | B | 7F | 4B | 37 |
| Octal | 64 | 342 | 111 | 115 | 0 | 104 | 13 | 177 | 113 | 67 |
| Binary | 110100 | 11100010 | 1001001 | 1001101 | 0 | 1000100 | 1011 | 1111111 | 1001011 | 110111 |
Color Harmonies of #34E249
Complementary color
Monochromatic Colors of #34E249
Black with #34E249
Text Example
Text Example
White with #34E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E249; }
p { color: rgb(52,226,73); }
H1.HeaderClassName
{
color: #34E249;
}
.AnyTagClassName
{
color: #34E249;
}
</style>
background-color css
<style>
a { background-color: #34E249; }
a { background-color: rgb(52,226,73); }
div.DivClassName
{
background-color: #34E249;
}
.BgClassName
{
background-color: #34E249;
}
</style>
border-color css
<style>
span { border-color: #34E249; }
span { border-color: rgb(52,226,73); }
td.TdClassName
{
border-color: #34E249;
}
.TagClassName
{
border-color: #34E249;
}
</style>