Shades of Lime Green #34CE3D
Tints of Lime Green #34CE3D
RGB
CMYK
RGB Variations
Color information
#34CE3D (or 0x34CE3D) is known color: Lime Green. HEX triplet: 34, CE and 3D. RGB value is (52,206,61). Sum of RGB (Red+Green+Blue) = 52+206+61=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 206 (80.86% from 255 or 64.58% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CE3D is #CB31C2. Grayscale: #8F8F8F. Windows color (decimal): -13316547 or 4050484. OLE color: 4050484.
HSL color Cylindrical-coordinate representation of color #34CE3D: hue angle of 123.51º 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 #34CE3D is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 61 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.19 |
| HSL | 123.51º | 0.61% | 0.51% | - |
| HSV(B) | 123.51º | 0.75% | 0.81% | - |
| XYZ | 24.33 | 45.21 | 11.86 | - |
| YUV | 143.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 61 | 0.75 | 0 | 0.70 | 0.19 | 123.51 | 0.61 | 0.51 |
| Hex | 34 | CE | 3D | 4B | 0 | 46 | 13 | 7C | 3D | 33 |
| Octal | 64 | 316 | 75 | 113 | 0 | 106 | 23 | 174 | 75 | 63 |
| Binary | 110100 | 11001110 | 111101 | 1001011 | 0 | 1000110 | 10011 | 1111100 | 111101 | 110011 |
Color Harmonies of #34CE3D
Complementary color
Monochromatic Colors of #34CE3D
Black with #34CE3D
Text Example
Text Example
White with #34CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CE3D; }
p { color: rgb(52,206,61); }
H1.HeaderClassName
{
color: #34CE3D;
}
.AnyTagClassName
{
color: #34CE3D;
}
</style>
background-color css
<style>
a { background-color: #34CE3D; }
a { background-color: rgb(52,206,61); }
div.DivClassName
{
background-color: #34CE3D;
}
.BgClassName
{
background-color: #34CE3D;
}
</style>
border-color css
<style>
span { border-color: #34CE3D; }
span { border-color: rgb(52,206,61); }
td.TdClassName
{
border-color: #34CE3D;
}
.TagClassName
{
border-color: #34CE3D;
}
</style>