Shades of Lime Green #34D014
Tints of Lime Green #34D014
RGB
CMYK
RGB Variations
Color information
#34D014 (or 0x34D014) is known color: Lime Green. HEX triplet: 34, D0 and 14. RGB value is (52,208,20). Sum of RGB (Red+Green+Blue) = 52+208+20=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 208 (81.64% from 255 or 74.29% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 208 - color contains mainly: green. Hex color #34D014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D014 is #CB2FEB. Grayscale: #8C8C8C. Windows color (decimal): -13316076 or 1364020. OLE color: 1364020.
HSL color Cylindrical-coordinate representation of color #34D014: hue angle of 109.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34D014 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 20 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.18 |
| HSL | 109.79º | 0.82% | 0.45% | - |
| HSV(B) | 109.79º | 0.9% | 0.82% | - |
| XYZ | 24.1 | 45.89 | 8.25 | - |
| YUV | 139.92 | 60.32 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 20 | 0.75 | 0 | 0.90 | 0.18 | 109.79 | 0.82 | 0.45 |
| Hex | 34 | D0 | 14 | 4B | 0 | 5A | 12 | 6E | 52 | 2D |
| Octal | 64 | 320 | 24 | 113 | 0 | 132 | 22 | 156 | 122 | 55 |
| Binary | 110100 | 11010000 | 10100 | 1001011 | 0 | 1011010 | 10010 | 1101110 | 1010010 | 101101 |
Color Harmonies of #34D014
Complementary color
Monochromatic Colors of #34D014
Black with #34D014
Text Example
Text Example
White with #34D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D014; }
p { color: rgb(52,208,20); }
H1.HeaderClassName
{
color: #34D014;
}
.AnyTagClassName
{
color: #34D014;
}
</style>
background-color css
<style>
a { background-color: #34D014; }
a { background-color: rgb(52,208,20); }
div.DivClassName
{
background-color: #34D014;
}
.BgClassName
{
background-color: #34D014;
}
</style>
border-color css
<style>
span { border-color: #34D014; }
span { border-color: rgb(52,208,20); }
td.TdClassName
{
border-color: #34D014;
}
.TagClassName
{
border-color: #34D014;
}
</style>