Shades of Lime Green #34EA31
Tints of Lime Green #34EA31
RGB
CMYK
RGB Variations
Color information
#34EA31 (or 0x34EA31) is known color: Lime Green. HEX triplet: 34, EA and 31. RGB value is (52,234,49). Sum of RGB (Red+Green+Blue) = 52+234+49=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 234 (91.80% from 255 or 69.85% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 234 - color contains mainly: green. Hex color #34EA31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EA31 is #CB15CE. Grayscale: #9F9F9F. Windows color (decimal): -13309391 or 3271220. OLE color: 3271220.
HSL color Cylindrical-coordinate representation of color #34EA31: hue angle of 119.03º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34EA31 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 234 | 49 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.08 |
| HSL | 119.03º | 0.81% | 0.55% | - |
| HSV(B) | 119.03º | 0.79% | 0.92% | - |
| XYZ | 31.39 | 59.8 | 12.79 | - |
| YUV | 158.49 | 66.2 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 234 | 49 | 0.78 | 0 | 0.79 | 0.08 | 119.03 | 0.81 | 0.55 |
| Hex | 34 | EA | 31 | 4E | 0 | 4F | 8 | 77 | 51 | 37 |
| Octal | 64 | 352 | 61 | 116 | 0 | 117 | 10 | 167 | 121 | 67 |
| Binary | 110100 | 11101010 | 110001 | 1001110 | 0 | 1001111 | 1000 | 1110111 | 1010001 | 110111 |
Color Harmonies of #34EA31
Complementary color
Monochromatic Colors of #34EA31
Black with #34EA31
Text Example
Text Example
White with #34EA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EA31; }
p { color: rgb(52,234,49); }
H1.HeaderClassName
{
color: #34EA31;
}
.AnyTagClassName
{
color: #34EA31;
}
</style>
background-color css
<style>
a { background-color: #34EA31; }
a { background-color: rgb(52,234,49); }
div.DivClassName
{
background-color: #34EA31;
}
.BgClassName
{
background-color: #34EA31;
}
</style>
border-color css
<style>
span { border-color: #34EA31; }
span { border-color: rgb(52,234,49); }
td.TdClassName
{
border-color: #34EA31;
}
.TagClassName
{
border-color: #34EA31;
}
</style>