Shades of Lime Green #34DC12
Tints of Lime Green #34DC12
RGB
CMYK
RGB Variations
Color information
#34DC12 (or 0x34DC12) is known color: Lime Green. HEX triplet: 34, DC and 12. RGB value is (52,220,18). Sum of RGB (Red+Green+Blue) = 52+220+18=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DC12 is #CB23ED. Grayscale: #939393. Windows color (decimal): -13313006 or 1236020. OLE color: 1236020.
HSL color Cylindrical-coordinate representation of color #34DC12: hue angle of 109.9º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34DC12 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 18 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.14 |
| HSL | 109.9º | 0.85% | 0.47% | - |
| HSV(B) | 109.9º | 0.92% | 0.86% | - |
| XYZ | 27.12 | 51.96 | 9.17 | - |
| YUV | 146.74 | 55.34 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 18 | 0.76 | 0 | 0.92 | 0.14 | 109.9 | 0.85 | 0.47 |
| Hex | 34 | DC | 12 | 4C | 0 | 5C | E | 6E | 55 | 2F |
| Octal | 64 | 334 | 22 | 114 | 0 | 134 | 16 | 156 | 125 | 57 |
| Binary | 110100 | 11011100 | 10010 | 1001100 | 0 | 1011100 | 1110 | 1101110 | 1010101 | 101111 |
Color Harmonies of #34DC12
Complementary color
Monochromatic Colors of #34DC12
Black with #34DC12
Text Example
Text Example
White with #34DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DC12; }
p { color: rgb(52,220,18); }
H1.HeaderClassName
{
color: #34DC12;
}
.AnyTagClassName
{
color: #34DC12;
}
</style>
background-color css
<style>
a { background-color: #34DC12; }
a { background-color: rgb(52,220,18); }
div.DivClassName
{
background-color: #34DC12;
}
.BgClassName
{
background-color: #34DC12;
}
</style>
border-color css
<style>
span { border-color: #34DC12; }
span { border-color: rgb(52,220,18); }
td.TdClassName
{
border-color: #34DC12;
}
.TagClassName
{
border-color: #34DC12;
}
</style>