#34D413

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

Shades of Lime Green #34D413

Tints of Lime Green #34D413

Color information

#34D413 (or 0x34D413) is unknown color: approx Lime Green. HEX triplet: 34, D4 and 13. RGB value is (52,212,19). Sum of RGB (Red+Green+Blue) = 52+212+19=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 212 (83.20% from 255 or 74.91% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 212 - color contains mainly: green. Hex color #34D413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D413 is #CB2BEC. Grayscale: #8E8E8E. Windows color (decimal): -13315053 or 1299508. OLE color: 1299508.

HSL color Cylindrical-coordinate representation of color #34D413: hue angle of 109.74º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34D413 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB5221219-
CMYK0.7500.910.17
HSL109.74º83.55%45.29%-
HSV(B)109.74º91.04%83.14%-
XYZ25.0847.868.53-
YUV142.1658.4963.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 212 (83.20% from 255) = 74.91%
BLUE value IS 19 (7.81% from 255) = 6.71%
R=18.37%
G=74.91%
B=6.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal52212190.7500.910.17109.7483.5545.29
Hex34D4134B05B116e542d
Octal643242311301332115612455
Binary11010011010100100111001011010110111000111011101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,212,19); }

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

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

 a { background-color: rgb(52,212,19); }

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

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

 span { border-color: rgb(52,212,19); }

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