Shades of Lime Green #34E634
Tints of Lime Green #34E634
RGB
CMYK
RGB Variations
Color information
#34E634 (or 0x34E634) is known color: Lime Green. HEX triplet: 34, E6 and 34. RGB value is (52,230,52). Sum of RGB (Red+Green+Blue) = 52+230+52=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 230 (90.23% from 255 or 68.86% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 230 - color contains mainly: green. Hex color #34E634 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E634 is #CB19CB. Grayscale: #9D9D9D. Windows color (decimal): -13310412 or 3466804. OLE color: 3466804.
HSL color Cylindrical-coordinate representation of color #34E634: hue angle of 120º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E634 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 52 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.10 |
| HSL | 120º | 0.78% | 0.55% | - |
| HSV(B) | 120º | 0.77% | 0.9% | - |
| XYZ | 30.33 | 57.57 | 12.76 | - |
| YUV | 156.49 | 69.03 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 52 | 0.77 | 0 | 0.77 | 0.10 | 120 | 0.78 | 0.55 |
| Hex | 34 | E6 | 34 | 4D | 0 | 4D | A | 78 | 4E | 37 |
| Octal | 64 | 346 | 64 | 115 | 0 | 115 | 12 | 170 | 116 | 67 |
| Binary | 110100 | 11100110 | 110100 | 1001101 | 0 | 1001101 | 1010 | 1111000 | 1001110 | 110111 |
Color Harmonies of #34E634
Complementary color
Monochromatic Colors of #34E634
Black with #34E634
Text Example
Text Example
White with #34E634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E634; }
p { color: rgb(52,230,52); }
H1.HeaderClassName
{
color: #34E634;
}
.AnyTagClassName
{
color: #34E634;
}
</style>
background-color css
<style>
a { background-color: #34E634; }
a { background-color: rgb(52,230,52); }
div.DivClassName
{
background-color: #34E634;
}
.BgClassName
{
background-color: #34E634;
}
</style>
border-color css
<style>
span { border-color: #34E634; }
span { border-color: rgb(52,230,52); }
td.TdClassName
{
border-color: #34E634;
}
.TagClassName
{
border-color: #34E634;
}
</style>