Shades of Lime Green #34EA23
Tints of Lime Green #34EA23
RGB
CMYK
RGB Variations
Color information
#34EA23 (or 0x34EA23) is known color: Lime Green. HEX triplet: 34, EA and 23. RGB value is (52,234,35). Sum of RGB (Red+Green+Blue) = 52+234+35=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 234 (91.80% from 255 or 72.90% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 234 - color contains mainly: green. Hex color #34EA23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EA23 is #CB15DC. Grayscale: #9D9D9D. Windows color (decimal): -13309405 or 2353716. OLE color: 2353716.
HSL color Cylindrical-coordinate representation of color #34EA23: hue angle of 114.87º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34EA23 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 234 | 35 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.08 |
| HSL | 114.87º | 0.83% | 0.53% | - |
| HSV(B) | 114.87º | 0.85% | 0.92% | - |
| XYZ | 31.14 | 59.7 | 11.47 | - |
| YUV | 156.9 | 59.2 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 234 | 35 | 0.78 | 0 | 0.85 | 0.08 | 114.87 | 0.83 | 0.53 |
| Hex | 34 | EA | 23 | 4E | 0 | 55 | 8 | 73 | 53 | 35 |
| Octal | 64 | 352 | 43 | 116 | 0 | 125 | 10 | 163 | 123 | 65 |
| Binary | 110100 | 11101010 | 100011 | 1001110 | 0 | 1010101 | 1000 | 1110011 | 1010011 | 110101 |
Color Harmonies of #34EA23
Complementary color
Monochromatic Colors of #34EA23
Black with #34EA23
Text Example
Text Example
White with #34EA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EA23; }
p { color: rgb(52,234,35); }
H1.HeaderClassName
{
color: #34EA23;
}
.AnyTagClassName
{
color: #34EA23;
}
</style>
background-color css
<style>
a { background-color: #34EA23; }
a { background-color: rgb(52,234,35); }
div.DivClassName
{
background-color: #34EA23;
}
.BgClassName
{
background-color: #34EA23;
}
</style>
border-color css
<style>
span { border-color: #34EA23; }
span { border-color: rgb(52,234,35); }
td.TdClassName
{
border-color: #34EA23;
}
.TagClassName
{
border-color: #34EA23;
}
</style>