Shades of Lime Green #34EE40
Tints of Lime Green #34EE40
RGB
CMYK
RGB Variations
Color information
#34EE40 (or 0x34EE40) is known color: Lime Green. HEX triplet: 34, EE and 40. RGB value is (52,238,64). Sum of RGB (Red+Green+Blue) = 52+238+64=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 238 (93.36% from 255 or 67.23% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 238 - color contains mainly: green. Hex color #34EE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EE40 is #CB11BF. Grayscale: #A3A3A3. Windows color (decimal): -13308352 or 4255284. OLE color: 4255284.
HSL color Cylindrical-coordinate representation of color #34EE40: hue angle of 123.87º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EE40 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 64 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.07 |
| HSL | 123.87º | 0.85% | 0.57% | - |
| HSV(B) | 123.87º | 0.78% | 0.93% | - |
| XYZ | 32.92 | 62.25 | 15.13 | - |
| YUV | 162.55 | 72.38 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 64 | 0.78 | 0 | 0.73 | 0.07 | 123.87 | 0.85 | 0.57 |
| Hex | 34 | EE | 40 | 4E | 0 | 49 | 7 | 7C | 55 | 39 |
| Octal | 64 | 356 | 100 | 116 | 0 | 111 | 7 | 174 | 125 | 71 |
| Binary | 110100 | 11101110 | 1000000 | 1001110 | 0 | 1001001 | 111 | 1111100 | 1010101 | 111001 |
Color Harmonies of #34EE40
Complementary color
Monochromatic Colors of #34EE40
Black with #34EE40
Text Example
Text Example
White with #34EE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EE40; }
p { color: rgb(52,238,64); }
H1.HeaderClassName
{
color: #34EE40;
}
.AnyTagClassName
{
color: #34EE40;
}
</style>
background-color css
<style>
a { background-color: #34EE40; }
a { background-color: rgb(52,238,64); }
div.DivClassName
{
background-color: #34EE40;
}
.BgClassName
{
background-color: #34EE40;
}
</style>
border-color css
<style>
span { border-color: #34EE40; }
span { border-color: rgb(52,238,64); }
td.TdClassName
{
border-color: #34EE40;
}
.TagClassName
{
border-color: #34EE40;
}
</style>