Shades of Lime Green #34C84F
Tints of Lime Green #34C84F
RGB
CMYK
RGB Variations
Color information
#34C84F (or 0x34C84F) is known color: Lime Green. HEX triplet: 34, C8 and 4F. RGB value is (52,200,79). Sum of RGB (Red+Green+Blue) = 52+200+79=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #34C84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C84F is #CB37B0. Grayscale: #8E8E8E. Windows color (decimal): -13318065 or 5228596. OLE color: 5228596.
HSL color Cylindrical-coordinate representation of color #34C84F: hue angle of 130.95º 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 #34C84F is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 200 | 79 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.22 |
| HSL | 130.95º | 0.59% | 0.49% | - |
| HSV(B) | 130.95º | 0.74% | 0.78% | - |
| XYZ | 23.48 | 42.6 | 14.38 | - |
| YUV | 141.95 | 92.47 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 79 | 0.74 | 0 | 0.60 | 0.22 | 130.95 | 0.59 | 0.49 |
| Hex | 34 | C8 | 4F | 4A | 0 | 3C | 16 | 83 | 3B | 31 |
| Octal | 64 | 310 | 117 | 112 | 0 | 74 | 26 | 203 | 73 | 61 |
| Binary | 110100 | 11001000 | 1001111 | 1001010 | 0 | 111100 | 10110 | 10000011 | 111011 | 110001 |
Color Harmonies of #34C84F
Complementary color
Monochromatic Colors of #34C84F
Black with #34C84F
Text Example
Text Example
White with #34C84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C84F; }
p { color: rgb(52,200,79); }
H1.HeaderClassName
{
color: #34C84F;
}
.AnyTagClassName
{
color: #34C84F;
}
</style>
background-color css
<style>
a { background-color: #34C84F; }
a { background-color: rgb(52,200,79); }
div.DivClassName
{
background-color: #34C84F;
}
.BgClassName
{
background-color: #34C84F;
}
</style>
border-color css
<style>
span { border-color: #34C84F; }
span { border-color: rgb(52,200,79); }
td.TdClassName
{
border-color: #34C84F;
}
.TagClassName
{
border-color: #34C84F;
}
</style>