Shades of Lime Green #34E030
Tints of Lime Green #34E030
RGB
CMYK
RGB Variations
Color information
#34E030 (or 0x34E030) is known color: Lime Green. HEX triplet: 34, E0 and 30. RGB value is (52,224,48). Sum of RGB (Red+Green+Blue) = 52+224+48=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 224 (87.89% from 255 or 69.14% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 224 - color contains mainly: green. Hex color #34E030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E030 is #CB1FCF. Grayscale: #999999. Windows color (decimal): -13311952 or 3203124. OLE color: 3203124.
HSL color Cylindrical-coordinate representation of color #34E030: hue angle of 118.64º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34E030 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 224 | 48 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.12 |
| HSL | 118.64º | 0.74% | 0.53% | - |
| HSV(B) | 118.64º | 0.79% | 0.88% | - |
| XYZ | 28.61 | 54.25 | 11.76 | - |
| YUV | 152.51 | 69.02 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 224 | 48 | 0.77 | 0 | 0.79 | 0.12 | 118.64 | 0.74 | 0.53 |
| Hex | 34 | E0 | 30 | 4D | 0 | 4F | C | 77 | 4A | 35 |
| Octal | 64 | 340 | 60 | 115 | 0 | 117 | 14 | 167 | 112 | 65 |
| Binary | 110100 | 11100000 | 110000 | 1001101 | 0 | 1001111 | 1100 | 1110111 | 1001010 | 110101 |
Color Harmonies of #34E030
Complementary color
Monochromatic Colors of #34E030
Black with #34E030
Text Example
Text Example
White with #34E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E030; }
p { color: rgb(52,224,48); }
H1.HeaderClassName
{
color: #34E030;
}
.AnyTagClassName
{
color: #34E030;
}
</style>
background-color css
<style>
a { background-color: #34E030; }
a { background-color: rgb(52,224,48); }
div.DivClassName
{
background-color: #34E030;
}
.BgClassName
{
background-color: #34E030;
}
</style>
border-color css
<style>
span { border-color: #34E030; }
span { border-color: rgb(52,224,48); }
td.TdClassName
{
border-color: #34E030;
}
.TagClassName
{
border-color: #34E030;
}
</style>