Shades of Lime Green #34E251
Tints of Lime Green #34E251
RGB
CMYK
RGB Variations
Color information
#34E251 (or 0x34E251) is known color: Lime Green. HEX triplet: 34, E2 and 51. RGB value is (52,226,81). Sum of RGB (Red+Green+Blue) = 52+226+81=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 226 (88.67% from 255 or 62.95% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 226 - color contains mainly: green. Hex color #34E251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E251 is #CB1DAE. Grayscale: #9D9D9D. Windows color (decimal): -13311407 or 5366324. OLE color: 5366324.
HSL color Cylindrical-coordinate representation of color #34E251: hue angle of 130º 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 #34E251 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 226 | 81 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.11 |
| HSL | 130º | 0.75% | 0.55% | - |
| HSV(B) | 130º | 0.77% | 0.89% | - |
| XYZ | 30.1 | 55.72 | 16.95 | - |
| YUV | 157.44 | 84.85 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 226 | 81 | 0.77 | 0 | 0.64 | 0.11 | 130 | 0.75 | 0.55 |
| Hex | 34 | E2 | 51 | 4D | 0 | 40 | B | 82 | 4B | 37 |
| Octal | 64 | 342 | 121 | 115 | 0 | 100 | 13 | 202 | 113 | 67 |
| Binary | 110100 | 11100010 | 1010001 | 1001101 | 0 | 1000000 | 1011 | 10000010 | 1001011 | 110111 |
Color Harmonies of #34E251
Complementary color
Monochromatic Colors of #34E251
Black with #34E251
Text Example
Text Example
White with #34E251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E251; }
p { color: rgb(52,226,81); }
H1.HeaderClassName
{
color: #34E251;
}
.AnyTagClassName
{
color: #34E251;
}
</style>
background-color css
<style>
a { background-color: #34E251; }
a { background-color: rgb(52,226,81); }
div.DivClassName
{
background-color: #34E251;
}
.BgClassName
{
background-color: #34E251;
}
</style>
border-color css
<style>
span { border-color: #34E251; }
span { border-color: rgb(52,226,81); }
td.TdClassName
{
border-color: #34E251;
}
.TagClassName
{
border-color: #34E251;
}
</style>