Shades of Lime Green #34CC4C
Tints of Lime Green #34CC4C
RGB
CMYK
RGB Variations
Color information
#34CC4C (or 0x34CC4C) is known color: Lime Green. HEX triplet: 34, CC and 4C. RGB value is (52,204,76). Sum of RGB (Red+Green+Blue) = 52+204+76=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CC4C is #CB33B3. Grayscale: #909090. Windows color (decimal): -13317044 or 5033012. OLE color: 5033012.
HSL color Cylindrical-coordinate representation of color #34CC4C: hue angle of 129.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CC4C is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 204 | 76 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.2 |
| HSL | 129.47º | 0.6% | 0.5% | - |
| HSV(B) | 129.47º | 0.75% | 0.8% | - |
| XYZ | 24.31 | 44.44 | 14.13 | - |
| YUV | 143.96 | 89.64 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 204 | 76 | 0.75 | 0 | 0.63 | 0.2 | 129.47 | 0.6 | 0.5 |
| Hex | 34 | CC | 4C | 4B | 0 | 3F | 14 | 81 | 3C | 32 |
| Octal | 64 | 314 | 114 | 113 | 0 | 77 | 24 | 201 | 74 | 62 |
| Binary | 110100 | 11001100 | 1001100 | 1001011 | 0 | 111111 | 10100 | 10000001 | 111100 | 110010 |
Color Harmonies of #34CC4C
Complementary color
Monochromatic Colors of #34CC4C
Black with #34CC4C
Text Example
Text Example
White with #34CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CC4C; }
p { color: rgb(52,204,76); }
H1.HeaderClassName
{
color: #34CC4C;
}
.AnyTagClassName
{
color: #34CC4C;
}
</style>
background-color css
<style>
a { background-color: #34CC4C; }
a { background-color: rgb(52,204,76); }
div.DivClassName
{
background-color: #34CC4C;
}
.BgClassName
{
background-color: #34CC4C;
}
</style>
border-color css
<style>
span { border-color: #34CC4C; }
span { border-color: rgb(52,204,76); }
td.TdClassName
{
border-color: #34CC4C;
}
.TagClassName
{
border-color: #34CC4C;
}
</style>