#34D214

Color #34D214 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #34D214

Tints of Lime Green #34D214

Color information

#34D214 (or 0x34D214) is unknown color: approx Lime Green. HEX triplet: 34, D2 and 14. RGB value is (52,210,20). Sum of RGB (Red+Green+Blue) = 52+210+20=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 210 (82.42% from 255 or 74.47% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 210 - color contains mainly: green. Hex color #34D214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D214 is #CB2DEB. Grayscale: #8D8D8D. Windows color (decimal): -13315564 or 1364532. OLE color: 1364532.

HSL color Cylindrical-coordinate representation of color #34D214: hue angle of 109.89º degrees, saturation: 0.83, 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 #34D214 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB5221020-
CMYK0.7500.900.18
HSL109.89º82.61%45.1%-
HSV(B)109.89º90.48%82.35%-
XYZ24.5946.878.41-
YUV141.159.6564.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 210 (82.42% from 255) = 74.47%
BLUE value IS 20 (8.20% from 255) = 7.09%
R=18.44%
G=74.47%
B=7.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52210200.7500.900.18109.8982.6145.1
Hex34D2144B05A126e532d
Octal643222411301322215612355
Binary11010011010010101001001011010110101001011011101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34D214; }

 p { color: rgb(52,210,20); }

 H1.HeaderClassName
 {
   color: #34D214;
 }
 .AnyTagClassName
 {
   color: #34D214;
 }
</style>
background-color css

<style>
 a { background-color: #34D214; }

 a { background-color: rgb(52,210,20); }

 div.DivClassName
 {
   background-color: #34D214;
 }
 .BgClassName
 {
   background-color: #34D214;
 }
</style>
border-color css

<style>
 span { border-color: #34D214; }

 span { border-color: rgb(52,210,20); }

 td.TdClassName
 {
   border-color: #34D214;
 }
 .TagClassName
 {
   border-color: #34D214;
 }
</style>