Shades of Lime Green #34C642
Tints of Lime Green #34C642
RGB
CMYK
RGB Variations
Color information
#34C642 (or 0x34C642) is known color: Lime Green. HEX triplet: 34, C6 and 42. RGB value is (52,198,66). Sum of RGB (Red+Green+Blue) = 52+198+66=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 198 (77.73% from 255 or 62.66% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 198 - color contains mainly: green. Hex color #34C642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C642 is #CB39BD. Grayscale: #8B8B8B. Windows color (decimal): -13318590 or 4376116. OLE color: 4376116.
HSL color Cylindrical-coordinate representation of color #34C642: hue angle of 125.75º 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 #34C642 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 198 | 66 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.22 |
| HSL | 125.75º | 0.58% | 0.49% | - |
| HSV(B) | 125.75º | 0.74% | 0.78% | - |
| XYZ | 22.59 | 41.51 | 11.98 | - |
| YUV | 139.3 | 86.63 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 198 | 66 | 0.74 | 0 | 0.67 | 0.22 | 125.75 | 0.58 | 0.49 |
| Hex | 34 | C6 | 42 | 4A | 0 | 43 | 16 | 7E | 3A | 31 |
| Octal | 64 | 306 | 102 | 112 | 0 | 103 | 26 | 176 | 72 | 61 |
| Binary | 110100 | 11000110 | 1000010 | 1001010 | 0 | 1000011 | 10110 | 1111110 | 111010 | 110001 |
Color Harmonies of #34C642
Complementary color
Monochromatic Colors of #34C642
Black with #34C642
Text Example
Text Example
White with #34C642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C642; }
p { color: rgb(52,198,66); }
H1.HeaderClassName
{
color: #34C642;
}
.AnyTagClassName
{
color: #34C642;
}
</style>
background-color css
<style>
a { background-color: #34C642; }
a { background-color: rgb(52,198,66); }
div.DivClassName
{
background-color: #34C642;
}
.BgClassName
{
background-color: #34C642;
}
</style>
border-color css
<style>
span { border-color: #34C642; }
span { border-color: rgb(52,198,66); }
td.TdClassName
{
border-color: #34C642;
}
.TagClassName
{
border-color: #34C642;
}
</style>