Shades of Lime Green #34CE36
Tints of Lime Green #34CE36
RGB
CMYK
RGB Variations
Color information
#34CE36 (or 0x34CE36) is known color: Lime Green. HEX triplet: 34, CE and 36. RGB value is (52,206,54). Sum of RGB (Red+Green+Blue) = 52+206+54=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 206 (80.86% from 255 or 66.03% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CE36 is #CB31C9. Grayscale: #8F8F8F. Windows color (decimal): -13316554 or 3591732. OLE color: 3591732.
HSL color Cylindrical-coordinate representation of color #34CE36: hue angle of 120.78º 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 #34CE36 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 54 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.19 |
| HSL | 120.78º | 0.61% | 0.51% | - |
| HSV(B) | 120.78º | 0.75% | 0.81% | - |
| XYZ | 24.15 | 45.14 | 10.93 | - |
| YUV | 142.63 | 77.98 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 54 | 0.75 | 0 | 0.74 | 0.19 | 120.78 | 0.61 | 0.51 |
| Hex | 34 | CE | 36 | 4B | 0 | 4A | 13 | 79 | 3D | 33 |
| Octal | 64 | 316 | 66 | 113 | 0 | 112 | 23 | 171 | 75 | 63 |
| Binary | 110100 | 11001110 | 110110 | 1001011 | 0 | 1001010 | 10011 | 1111001 | 111101 | 110011 |
Color Harmonies of #34CE36
Complementary color
Monochromatic Colors of #34CE36
Black with #34CE36
Text Example
Text Example
White with #34CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CE36; }
p { color: rgb(52,206,54); }
H1.HeaderClassName
{
color: #34CE36;
}
.AnyTagClassName
{
color: #34CE36;
}
</style>
background-color css
<style>
a { background-color: #34CE36; }
a { background-color: rgb(52,206,54); }
div.DivClassName
{
background-color: #34CE36;
}
.BgClassName
{
background-color: #34CE36;
}
</style>
border-color css
<style>
span { border-color: #34CE36; }
span { border-color: rgb(52,206,54); }
td.TdClassName
{
border-color: #34CE36;
}
.TagClassName
{
border-color: #34CE36;
}
</style>