Shades of Lime Green #34E125
Tints of Lime Green #34E125
RGB
CMYK
RGB Variations
Color information
#34E125 (or 0x34E125) is known color: Lime Green. HEX triplet: 34, E1 and 25. RGB value is (52,225,37). Sum of RGB (Red+Green+Blue) = 52+225+37=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #34E125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E125 is #CB1EDA. Grayscale: #989898. Windows color (decimal): -13311707 or 2482484. OLE color: 2482484.
HSL color Cylindrical-coordinate representation of color #34E125: hue angle of 115.21º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34E125 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 225 | 37 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.12 |
| HSL | 115.21º | 0.76% | 0.51% | - |
| HSV(B) | 115.21º | 0.84% | 0.88% | - |
| XYZ | 28.68 | 54.71 | 10.8 | - |
| YUV | 151.84 | 63.19 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 225 | 37 | 0.77 | 0 | 0.84 | 0.12 | 115.21 | 0.76 | 0.51 |
| Hex | 34 | E1 | 25 | 4D | 0 | 54 | C | 73 | 4C | 33 |
| Octal | 64 | 341 | 45 | 115 | 0 | 124 | 14 | 163 | 114 | 63 |
| Binary | 110100 | 11100001 | 100101 | 1001101 | 0 | 1010100 | 1100 | 1110011 | 1001100 | 110011 |
Color Harmonies of #34E125
Complementary color
Monochromatic Colors of #34E125
Black with #34E125
Text Example
Text Example
White with #34E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E125; }
p { color: rgb(52,225,37); }
H1.HeaderClassName
{
color: #34E125;
}
.AnyTagClassName
{
color: #34E125;
}
</style>
background-color css
<style>
a { background-color: #34E125; }
a { background-color: rgb(52,225,37); }
div.DivClassName
{
background-color: #34E125;
}
.BgClassName
{
background-color: #34E125;
}
</style>
border-color css
<style>
span { border-color: #34E125; }
span { border-color: rgb(52,225,37); }
td.TdClassName
{
border-color: #34E125;
}
.TagClassName
{
border-color: #34E125;
}
</style>