Shades of Lime Green #34C53C
Tints of Lime Green #34C53C
RGB
CMYK
RGB Variations
Color information
#34C53C (or 0x34C53C) is known color: Lime Green. HEX triplet: 34, C5 and 3C. RGB value is (52,197,60). Sum of RGB (Red+Green+Blue) = 52+197+60=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 197 (77.34% from 255 or 63.75% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 197 - color contains mainly: green. Hex color #34C53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C53C is #CB3AC3. Grayscale: #8A8A8A. Windows color (decimal): -13318852 or 3982644. OLE color: 3982644.
HSL color Cylindrical-coordinate representation of color #34C53C: hue angle of 123.31º 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 #34C53C is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 197 | 60 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.23 |
| HSL | 123.31º | 0.58% | 0.49% | - |
| HSV(B) | 123.31º | 0.74% | 0.77% | - |
| XYZ | 22.2 | 40.99 | 11.02 | - |
| YUV | 138.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 197 | 60 | 0.74 | 0 | 0.70 | 0.23 | 123.31 | 0.58 | 0.49 |
| Hex | 34 | C5 | 3C | 4A | 0 | 46 | 17 | 7B | 3A | 31 |
| Octal | 64 | 305 | 74 | 112 | 0 | 106 | 27 | 173 | 72 | 61 |
| Binary | 110100 | 11000101 | 111100 | 1001010 | 0 | 1000110 | 10111 | 1111011 | 111010 | 110001 |
Color Harmonies of #34C53C
Complementary color
Monochromatic Colors of #34C53C
Black with #34C53C
Text Example
Text Example
White with #34C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C53C; }
p { color: rgb(52,197,60); }
H1.HeaderClassName
{
color: #34C53C;
}
.AnyTagClassName
{
color: #34C53C;
}
</style>
background-color css
<style>
a { background-color: #34C53C; }
a { background-color: rgb(52,197,60); }
div.DivClassName
{
background-color: #34C53C;
}
.BgClassName
{
background-color: #34C53C;
}
</style>
border-color css
<style>
span { border-color: #34C53C; }
span { border-color: rgb(52,197,60); }
td.TdClassName
{
border-color: #34C53C;
}
.TagClassName
{
border-color: #34C53C;
}
</style>