#34E845

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

Shades of Lime Green #34E845

Tints of Lime Green #34E845

Color information

#34E845 (or 0x34E845) is unknown color: approx Lime Green. HEX triplet: 34, E8 and 45. RGB value is (52,232,69). Sum of RGB (Red+Green+Blue) = 52+232+69=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 232 (91.02% from 255 or 65.72% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 232 - color contains mainly: green. Hex color #34E845 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E845 is #CB17BA. Grayscale: #A0A0A0. Windows color (decimal): -13309883 or 4581428. OLE color: 4581428.

HSL color Cylindrical-coordinate representation of color #34E845: hue angle of 125.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E845 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB5223269-
CMYK0.7800.700.09
HSL125.67º79.65%55.69%-
HSV(B)125.67º77.59%90.98%-
XYZ31.3558.8715.34-
YUV159.676.8751.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.73%
GREEN value IS 232 (91.02% from 255) = 65.72%
BLUE value IS 69 (27.34% from 255) = 19.55%
R=14.73%
G=65.72%
B=19.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal52232690.7800.700.09125.6779.6555.69
Hex34E8454E04697e5038
Octal6435010511601061117612070
Binary110100111010001000101100111001000110100111111101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,232,69); }

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

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

 a { background-color: rgb(52,232,69); }

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

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

 span { border-color: rgb(52,232,69); }

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