Shades of Lime Green #34CC3A
Tints of Lime Green #34CC3A
RGB
CMYK
RGB Variations
Color information
#34CC3A (or 0x34CC3A) is known color: Lime Green. HEX triplet: 34, CC and 3A. RGB value is (52,204,58). Sum of RGB (Red+Green+Blue) = 52+204+58=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CC3A is #CB33C5. Grayscale: #8E8E8E. Windows color (decimal): -13317062 or 3853364. OLE color: 3853364.
HSL color Cylindrical-coordinate representation of color #34CC3A: hue angle of 122.37º 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 #34CC3A is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 204 | 58 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.2 |
| HSL | 122.37º | 0.6% | 0.5% | - |
| HSV(B) | 122.37º | 0.75% | 0.8% | - |
| XYZ | 23.77 | 44.22 | 11.29 | - |
| YUV | 141.91 | 80.64 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 204 | 58 | 0.75 | 0 | 0.72 | 0.2 | 122.37 | 0.6 | 0.5 |
| Hex | 34 | CC | 3A | 4B | 0 | 48 | 14 | 7A | 3C | 32 |
| Octal | 64 | 314 | 72 | 113 | 0 | 110 | 24 | 172 | 74 | 62 |
| Binary | 110100 | 11001100 | 111010 | 1001011 | 0 | 1001000 | 10100 | 1111010 | 111100 | 110010 |
Color Harmonies of #34CC3A
Complementary color
Monochromatic Colors of #34CC3A
Black with #34CC3A
Text Example
Text Example
White with #34CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CC3A; }
p { color: rgb(52,204,58); }
H1.HeaderClassName
{
color: #34CC3A;
}
.AnyTagClassName
{
color: #34CC3A;
}
</style>
background-color css
<style>
a { background-color: #34CC3A; }
a { background-color: rgb(52,204,58); }
div.DivClassName
{
background-color: #34CC3A;
}
.BgClassName
{
background-color: #34CC3A;
}
</style>
border-color css
<style>
span { border-color: #34CC3A; }
span { border-color: rgb(52,204,58); }
td.TdClassName
{
border-color: #34CC3A;
}
.TagClassName
{
border-color: #34CC3A;
}
</style>