Shades of Lime Green #34EA30
Tints of Lime Green #34EA30
RGB
CMYK
RGB Variations
Color information
#34EA30 (or 0x34EA30) is known color: Lime Green. HEX triplet: 34, EA and 30. RGB value is (52,234,48). Sum of RGB (Red+Green+Blue) = 52+234+48=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 234 (91.80% from 255 or 70.06% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 234 - color contains mainly: green. Hex color #34EA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EA30 is #CB15CF. Grayscale: #9E9E9E. Windows color (decimal): -13309392 or 3205684. OLE color: 3205684.
HSL color Cylindrical-coordinate representation of color #34EA30: hue angle of 118.71º degrees, saturation: 0.82, 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 #34EA30 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 234 | 48 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.08 |
| HSL | 118.71º | 0.82% | 0.55% | - |
| HSV(B) | 118.71º | 0.79% | 0.92% | - |
| XYZ | 31.37 | 59.79 | 12.68 | - |
| YUV | 158.38 | 65.7 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 234 | 48 | 0.78 | 0 | 0.79 | 0.08 | 118.71 | 0.82 | 0.55 |
| Hex | 34 | EA | 30 | 4E | 0 | 4F | 8 | 77 | 52 | 37 |
| Octal | 64 | 352 | 60 | 116 | 0 | 117 | 10 | 167 | 122 | 67 |
| Binary | 110100 | 11101010 | 110000 | 1001110 | 0 | 1001111 | 1000 | 1110111 | 1010010 | 110111 |
Color Harmonies of #34EA30
Complementary color
Monochromatic Colors of #34EA30
Black with #34EA30
Text Example
Text Example
White with #34EA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EA30; }
p { color: rgb(52,234,48); }
H1.HeaderClassName
{
color: #34EA30;
}
.AnyTagClassName
{
color: #34EA30;
}
</style>
background-color css
<style>
a { background-color: #34EA30; }
a { background-color: rgb(52,234,48); }
div.DivClassName
{
background-color: #34EA30;
}
.BgClassName
{
background-color: #34EA30;
}
</style>
border-color css
<style>
span { border-color: #34EA30; }
span { border-color: rgb(52,234,48); }
td.TdClassName
{
border-color: #34EA30;
}
.TagClassName
{
border-color: #34EA30;
}
</style>