Shades of Lime Green #34C645
Tints of Lime Green #34C645
RGB
CMYK
RGB Variations
Color information
#34C645 (or 0x34C645) is known color: Lime Green. HEX triplet: 34, C6 and 45. RGB value is (52,198,69). Sum of RGB (Red+Green+Blue) = 52+198+69=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #34C645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C645 is #CB39BA. Grayscale: #8C8C8C. Windows color (decimal): -13318587 or 4572724. OLE color: 4572724.
HSL color Cylindrical-coordinate representation of color #34C645: hue angle of 126.99º degrees, saturation: 0.58, 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 #34C645 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 198 | 69 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.22 |
| HSL | 126.99º | 0.58% | 0.49% | - |
| HSV(B) | 126.99º | 0.74% | 0.78% | - |
| XYZ | 22.68 | 41.55 | 12.45 | - |
| YUV | 139.64 | 88.13 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 198 | 69 | 0.74 | 0 | 0.65 | 0.22 | 126.99 | 0.58 | 0.49 |
| Hex | 34 | C6 | 45 | 4A | 0 | 41 | 16 | 7F | 3A | 31 |
| Octal | 64 | 306 | 105 | 112 | 0 | 101 | 26 | 177 | 72 | 61 |
| Binary | 110100 | 11000110 | 1000101 | 1001010 | 0 | 1000001 | 10110 | 1111111 | 111010 | 110001 |
Color Harmonies of #34C645
Complementary color
Monochromatic Colors of #34C645
Black with #34C645
Text Example
Text Example
White with #34C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C645; }
p { color: rgb(52,198,69); }
H1.HeaderClassName
{
color: #34C645;
}
.AnyTagClassName
{
color: #34C645;
}
</style>
background-color css
<style>
a { background-color: #34C645; }
a { background-color: rgb(52,198,69); }
div.DivClassName
{
background-color: #34C645;
}
.BgClassName
{
background-color: #34C645;
}
</style>
border-color css
<style>
span { border-color: #34C645; }
span { border-color: rgb(52,198,69); }
td.TdClassName
{
border-color: #34C645;
}
.TagClassName
{
border-color: #34C645;
}
</style>