Shades of Lime Green #34CE4A
Tints of Lime Green #34CE4A
RGB
CMYK
RGB Variations
Color information
#34CE4A (or 0x34CE4A) is known color: Lime Green. HEX triplet: 34, CE and 4A. RGB value is (52,206,74). Sum of RGB (Red+Green+Blue) = 52+206+74=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CE4A is #CB31B5. Grayscale: #919191. Windows color (decimal): -13316534 or 4902452. OLE color: 4902452.
HSL color Cylindrical-coordinate representation of color #34CE4A: hue angle of 128.57º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CE4A is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 74 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.19 |
| HSL | 128.57º | 0.61% | 0.51% | - |
| HSV(B) | 128.57º | 0.75% | 0.81% | - |
| XYZ | 24.72 | 45.37 | 13.93 | - |
| YUV | 144.91 | 87.98 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 74 | 0.75 | 0 | 0.64 | 0.19 | 128.57 | 0.61 | 0.51 |
| Hex | 34 | CE | 4A | 4B | 0 | 40 | 13 | 81 | 3D | 33 |
| Octal | 64 | 316 | 112 | 113 | 0 | 100 | 23 | 201 | 75 | 63 |
| Binary | 110100 | 11001110 | 1001010 | 1001011 | 0 | 1000000 | 10011 | 10000001 | 111101 | 110011 |
Color Harmonies of #34CE4A
Complementary color
Monochromatic Colors of #34CE4A
Black with #34CE4A
Text Example
Text Example
White with #34CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CE4A; }
p { color: rgb(52,206,74); }
H1.HeaderClassName
{
color: #34CE4A;
}
.AnyTagClassName
{
color: #34CE4A;
}
</style>
background-color css
<style>
a { background-color: #34CE4A; }
a { background-color: rgb(52,206,74); }
div.DivClassName
{
background-color: #34CE4A;
}
.BgClassName
{
background-color: #34CE4A;
}
</style>
border-color css
<style>
span { border-color: #34CE4A; }
span { border-color: rgb(52,206,74); }
td.TdClassName
{
border-color: #34CE4A;
}
.TagClassName
{
border-color: #34CE4A;
}
</style>