Shades of Lime Green #34EE2C
Tints of Lime Green #34EE2C
RGB
CMYK
RGB Variations
Color information
#34EE2C (or 0x34EE2C) is known color: Lime Green. HEX triplet: 34, EE and 2C. RGB value is (52,238,44). Sum of RGB (Red+Green+Blue) = 52+238+44=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 238 (93.36% from 255 or 71.26% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 238 - color contains mainly: green. Hex color #34EE2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EE2C is #CB11D3. Grayscale: #A0A0A0. Windows color (decimal): -13308372 or 2944564. OLE color: 2944564.
HSL color Cylindrical-coordinate representation of color #34EE2C: hue angle of 117.53º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34EE2C is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 44 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.07 |
| HSL | 117.53º | 0.85% | 0.55% | - |
| HSV(B) | 117.53º | 0.82% | 0.93% | - |
| XYZ | 32.45 | 62.06 | 12.65 | - |
| YUV | 160.27 | 62.38 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 44 | 0.78 | 0 | 0.82 | 0.07 | 117.53 | 0.85 | 0.55 |
| Hex | 34 | EE | 2C | 4E | 0 | 52 | 7 | 76 | 55 | 37 |
| Octal | 64 | 356 | 54 | 116 | 0 | 122 | 7 | 166 | 125 | 67 |
| Binary | 110100 | 11101110 | 101100 | 1001110 | 0 | 1010010 | 111 | 1110110 | 1010101 | 110111 |
Color Harmonies of #34EE2C
Complementary color
Monochromatic Colors of #34EE2C
Black with #34EE2C
Text Example
Text Example
White with #34EE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EE2C; }
p { color: rgb(52,238,44); }
H1.HeaderClassName
{
color: #34EE2C;
}
.AnyTagClassName
{
color: #34EE2C;
}
</style>
background-color css
<style>
a { background-color: #34EE2C; }
a { background-color: rgb(52,238,44); }
div.DivClassName
{
background-color: #34EE2C;
}
.BgClassName
{
background-color: #34EE2C;
}
</style>
border-color css
<style>
span { border-color: #34EE2C; }
span { border-color: rgb(52,238,44); }
td.TdClassName
{
border-color: #34EE2C;
}
.TagClassName
{
border-color: #34EE2C;
}
</style>