#34E340

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

Shades of Lime Green #34E340

Tints of Lime Green #34E340

Color information

#34E340 (or 0x34E340) is unknown color: approx Lime Green. HEX triplet: 34, E3 and 40. RGB value is (52,227,64). Sum of RGB (Red+Green+Blue) = 52+227+64=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 227 (89.06% from 255 or 66.18% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 227 - color contains mainly: green. Hex color #34E340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E340 is #CB1CBF. Grayscale: #9C9C9C. Windows color (decimal): -13311168 or 4252468. OLE color: 4252468.

HSL color Cylindrical-coordinate representation of color #34E340: hue angle of 124.11º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E340 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB5222764-
CMYK0.7700.720.11
HSL124.11º75.76%54.71%-
HSV(B)124.11º77.09%89.02%-
XYZ29.8156.0414.1-
YUV156.0976.0253.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.16%
GREEN value IS 227 (89.06% from 255) = 66.18%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=15.16%
G=66.18%
B=18.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52227640.7700.720.11124.1175.7654.71
Hex34E3404D048B7c4c37
Octal6434310011501101317411467
Binary110100111000111000000100110101001000101111111001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,227,64); }

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

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

 a { background-color: rgb(52,227,64); }

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

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

 span { border-color: rgb(52,227,64); }

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