Shades of Lime Green #34C548
Tints of Lime Green #34C548
RGB
CMYK
RGB Variations
Color information
#34C548 (or 0x34C548) is known color: Lime Green. HEX triplet: 34, C5 and 48. RGB value is (52,197,72). Sum of RGB (Red+Green+Blue) = 52+197+72=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #34C548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C548 is #CB3AB7. Grayscale: #8B8B8B. Windows color (decimal): -13318840 or 4769076. OLE color: 4769076.
HSL color Cylindrical-coordinate representation of color #34C548: hue angle of 128.28º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C548 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 72 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.23 |
| HSL | 128.28º | 0.58% | 0.49% | - |
| HSV(B) | 128.28º | 0.74% | 0.77% | - |
| XYZ | 22.55 | 41.13 | 12.88 | - |
| YUV | 139.4 | 89.96 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 72 | 0.74 | 0 | 0.63 | 0.23 | 128.28 | 0.58 | 0.49 |
| Hex | 34 | C5 | 48 | 4A | 0 | 3F | 17 | 80 | 3A | 31 |
| Octal | 64 | 305 | 110 | 112 | 0 | 77 | 27 | 200 | 72 | 61 |
| Binary | 110100 | 11000101 | 1001000 | 1001010 | 0 | 111111 | 10111 | 10000000 | 111010 | 110001 |
Color Harmonies of #34C548
Complementary color
Monochromatic Colors of #34C548
Black with #34C548
Text Example
Text Example
White with #34C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C548; }
p { color: rgb(52,197,72); }
H1.HeaderClassName
{
color: #34C548;
}
.AnyTagClassName
{
color: #34C548;
}
</style>
background-color css
<style>
a { background-color: #34C548; }
a { background-color: rgb(52,197,72); }
div.DivClassName
{
background-color: #34C548;
}
.BgClassName
{
background-color: #34C548;
}
</style>
border-color css
<style>
span { border-color: #34C548; }
span { border-color: rgb(52,197,72); }
td.TdClassName
{
border-color: #34C548;
}
.TagClassName
{
border-color: #34C548;
}
</style>