Shades of Lime Green #34C84A
Tints of Lime Green #34C84A
RGB
CMYK
RGB Variations
Color information
#34C84A (or 0x34C84A) is known color: Lime Green. HEX triplet: 34, C8 and 4A. RGB value is (52,200,74). Sum of RGB (Red+Green+Blue) = 52+200+74=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 200 (78.52% from 255 or 61.35% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 200 - color contains mainly: green. Hex color #34C84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C84A is #CB37B5. Grayscale: #8D8D8D. Windows color (decimal): -13318070 or 4900916. OLE color: 4900916.
HSL color Cylindrical-coordinate representation of color #34C84A: hue angle of 128.92º 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 #34C84A is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 200 | 74 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.22 |
| HSL | 128.92º | 0.59% | 0.49% | - |
| HSV(B) | 128.92º | 0.74% | 0.78% | - |
| XYZ | 23.31 | 42.53 | 13.46 | - |
| YUV | 141.38 | 89.97 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 74 | 0.74 | 0 | 0.63 | 0.22 | 128.92 | 0.59 | 0.49 |
| Hex | 34 | C8 | 4A | 4A | 0 | 3F | 16 | 81 | 3B | 31 |
| Octal | 64 | 310 | 112 | 112 | 0 | 77 | 26 | 201 | 73 | 61 |
| Binary | 110100 | 11001000 | 1001010 | 1001010 | 0 | 111111 | 10110 | 10000001 | 111011 | 110001 |
Color Harmonies of #34C84A
Complementary color
Monochromatic Colors of #34C84A
Black with #34C84A
Text Example
Text Example
White with #34C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C84A; }
p { color: rgb(52,200,74); }
H1.HeaderClassName
{
color: #34C84A;
}
.AnyTagClassName
{
color: #34C84A;
}
</style>
background-color css
<style>
a { background-color: #34C84A; }
a { background-color: rgb(52,200,74); }
div.DivClassName
{
background-color: #34C84A;
}
.BgClassName
{
background-color: #34C84A;
}
</style>
border-color css
<style>
span { border-color: #34C84A; }
span { border-color: rgb(52,200,74); }
td.TdClassName
{
border-color: #34C84A;
}
.TagClassName
{
border-color: #34C84A;
}
</style>