Shades of Lime Green #34E926
Tints of Lime Green #34E926
RGB
CMYK
RGB Variations
Color information
#34E926 (or 0x34E926) is known color: Lime Green. HEX triplet: 34, E9 and 26. RGB value is (52,233,38). Sum of RGB (Red+Green+Blue) = 52+233+38=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 233 (91.41% from 255 or 72.14% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 233 - color contains mainly: green. Hex color #34E926 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E926 is #CB16D9. Grayscale: #9D9D9D. Windows color (decimal): -13309658 or 2550068. OLE color: 2550068.
HSL color Cylindrical-coordinate representation of color #34E926: hue angle of 115.69º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34E926 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 233 | 38 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.09 |
| HSL | 115.69º | 0.82% | 0.53% | - |
| HSV(B) | 115.69º | 0.84% | 0.91% | - |
| XYZ | 30.9 | 59.15 | 11.62 | - |
| YUV | 156.65 | 61.03 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 233 | 38 | 0.78 | 0 | 0.84 | 0.09 | 115.69 | 0.82 | 0.53 |
| Hex | 34 | E9 | 26 | 4E | 0 | 54 | 9 | 74 | 52 | 35 |
| Octal | 64 | 351 | 46 | 116 | 0 | 124 | 11 | 164 | 122 | 65 |
| Binary | 110100 | 11101001 | 100110 | 1001110 | 0 | 1010100 | 1001 | 1110100 | 1010010 | 110101 |
Color Harmonies of #34E926
Complementary color
Monochromatic Colors of #34E926
Black with #34E926
Text Example
Text Example
White with #34E926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E926; }
p { color: rgb(52,233,38); }
H1.HeaderClassName
{
color: #34E926;
}
.AnyTagClassName
{
color: #34E926;
}
</style>
background-color css
<style>
a { background-color: #34E926; }
a { background-color: rgb(52,233,38); }
div.DivClassName
{
background-color: #34E926;
}
.BgClassName
{
background-color: #34E926;
}
</style>
border-color css
<style>
span { border-color: #34E926; }
span { border-color: rgb(52,233,38); }
td.TdClassName
{
border-color: #34E926;
}
.TagClassName
{
border-color: #34E926;
}
</style>