Shades of Lime Green #34E74C
Tints of Lime Green #34E74C
RGB
CMYK
RGB Variations
Color information
#34E74C (or 0x34E74C) is known color: Lime Green. HEX triplet: 34, E7 and 4C. RGB value is (52,231,76). Sum of RGB (Red+Green+Blue) = 52+231+76=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 231 (90.62% from 255 or 64.35% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 231 - color contains mainly: green. Hex color #34E74C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E74C is #CB18B3. Grayscale: #A0A0A0. Windows color (decimal): -13310132 or 5039924. OLE color: 5039924.
HSL color Cylindrical-coordinate representation of color #34E74C: hue angle of 128.04º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E74C is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 231 | 76 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.09 |
| HSL | 128.04º | 0.79% | 0.55% | - |
| HSV(B) | 128.04º | 0.77% | 0.91% | - |
| XYZ | 31.3 | 58.4 | 16.46 | - |
| YUV | 159.81 | 80.7 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 231 | 76 | 0.77 | 0 | 0.67 | 0.09 | 128.04 | 0.79 | 0.55 |
| Hex | 34 | E7 | 4C | 4D | 0 | 43 | 9 | 80 | 4F | 37 |
| Octal | 64 | 347 | 114 | 115 | 0 | 103 | 11 | 200 | 117 | 67 |
| Binary | 110100 | 11100111 | 1001100 | 1001101 | 0 | 1000011 | 1001 | 10000000 | 1001111 | 110111 |
Color Harmonies of #34E74C
Complementary color
Monochromatic Colors of #34E74C
Black with #34E74C
Text Example
Text Example
White with #34E74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E74C; }
p { color: rgb(52,231,76); }
H1.HeaderClassName
{
color: #34E74C;
}
.AnyTagClassName
{
color: #34E74C;
}
</style>
background-color css
<style>
a { background-color: #34E74C; }
a { background-color: rgb(52,231,76); }
div.DivClassName
{
background-color: #34E74C;
}
.BgClassName
{
background-color: #34E74C;
}
</style>
border-color css
<style>
span { border-color: #34E74C; }
span { border-color: rgb(52,231,76); }
td.TdClassName
{
border-color: #34E74C;
}
.TagClassName
{
border-color: #34E74C;
}
</style>