Shades of Lime Green #34C74C
Tints of Lime Green #34C74C
RGB
CMYK
RGB Variations
Color information
#34C74C (or 0x34C74C) is known color: Lime Green. HEX triplet: 34, C7 and 4C. RGB value is (52,199,76). Sum of RGB (Red+Green+Blue) = 52+199+76=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 199 (78.12% from 255 or 60.86% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 199 - color contains mainly: green. Hex color #34C74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C74C is #CB38B3. Grayscale: #8D8D8D. Windows color (decimal): -13318324 or 5031732. OLE color: 5031732.
HSL color Cylindrical-coordinate representation of color #34C74C: hue angle of 129.8º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C74C is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 199 | 76 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.22 |
| HSL | 129.8º | 0.59% | 0.49% | - |
| HSV(B) | 129.8º | 0.74% | 0.78% | - |
| XYZ | 23.14 | 42.1 | 13.74 | - |
| YUV | 141.03 | 91.3 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 199 | 76 | 0.74 | 0 | 0.62 | 0.22 | 129.8 | 0.59 | 0.49 |
| Hex | 34 | C7 | 4C | 4A | 0 | 3E | 16 | 82 | 3B | 31 |
| Octal | 64 | 307 | 114 | 112 | 0 | 76 | 26 | 202 | 73 | 61 |
| Binary | 110100 | 11000111 | 1001100 | 1001010 | 0 | 111110 | 10110 | 10000010 | 111011 | 110001 |
Color Harmonies of #34C74C
Complementary color
Monochromatic Colors of #34C74C
Black with #34C74C
Text Example
Text Example
White with #34C74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C74C; }
p { color: rgb(52,199,76); }
H1.HeaderClassName
{
color: #34C74C;
}
.AnyTagClassName
{
color: #34C74C;
}
</style>
background-color css
<style>
a { background-color: #34C74C; }
a { background-color: rgb(52,199,76); }
div.DivClassName
{
background-color: #34C74C;
}
.BgClassName
{
background-color: #34C74C;
}
</style>
border-color css
<style>
span { border-color: #34C74C; }
span { border-color: rgb(52,199,76); }
td.TdClassName
{
border-color: #34C74C;
}
.TagClassName
{
border-color: #34C74C;
}
</style>