Shades of Lime Green #34CE37
Tints of Lime Green #34CE37
RGB
CMYK
RGB Variations
Color information
#34CE37 (or 0x34CE37) is known color: Lime Green. HEX triplet: 34, CE and 37. RGB value is (52,206,55). Sum of RGB (Red+Green+Blue) = 52+206+55=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 206 (80.86% from 255 or 65.81% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CE37 is #CB31C8. Grayscale: #8F8F8F. Windows color (decimal): -13316553 or 3657268. OLE color: 3657268.
HSL color Cylindrical-coordinate representation of color #34CE37: hue angle of 121.17º 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 #34CE37 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 55 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.19 |
| HSL | 121.17º | 0.61% | 0.51% | - |
| HSV(B) | 121.17º | 0.75% | 0.81% | - |
| XYZ | 24.18 | 45.15 | 11.05 | - |
| YUV | 142.74 | 78.48 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 55 | 0.75 | 0 | 0.73 | 0.19 | 121.17 | 0.61 | 0.51 |
| Hex | 34 | CE | 37 | 4B | 0 | 49 | 13 | 79 | 3D | 33 |
| Octal | 64 | 316 | 67 | 113 | 0 | 111 | 23 | 171 | 75 | 63 |
| Binary | 110100 | 11001110 | 110111 | 1001011 | 0 | 1001001 | 10011 | 1111001 | 111101 | 110011 |
Color Harmonies of #34CE37
Complementary color
Monochromatic Colors of #34CE37
Black with #34CE37
Text Example
Text Example
White with #34CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CE37; }
p { color: rgb(52,206,55); }
H1.HeaderClassName
{
color: #34CE37;
}
.AnyTagClassName
{
color: #34CE37;
}
</style>
background-color css
<style>
a { background-color: #34CE37; }
a { background-color: rgb(52,206,55); }
div.DivClassName
{
background-color: #34CE37;
}
.BgClassName
{
background-color: #34CE37;
}
</style>
border-color css
<style>
span { border-color: #34CE37; }
span { border-color: rgb(52,206,55); }
td.TdClassName
{
border-color: #34CE37;
}
.TagClassName
{
border-color: #34CE37;
}
</style>