#34E153

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

Shades of Lime Green #34E153

Tints of Lime Green #34E153

Color information

#34E153 (or 0x34E153) is unknown color: approx Lime Green. HEX triplet: 34, E1 and 53. RGB value is (52,225,83). Sum of RGB (Red+Green+Blue) = 52+225+83=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #34E153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E153 is #CB1EAC. Grayscale: #9D9D9D. Windows color (decimal): -13311661 or 5497140. OLE color: 5497140.

HSL color Cylindrical-coordinate representation of color #34E153: hue angle of 130.75º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E153 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB5222583-
CMYK0.7700.630.12
HSL130.75º74.25%54.31%-
HSV(B)130.75º76.89%88.24%-
XYZ29.955.2117.26-
YUV157.0886.1953.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.44%
GREEN value IS 225 (88.28% from 255) = 62.5%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=14.44%
G=62.5%
B=23.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal52225830.7700.630.12130.7574.2554.31
Hex34E1534D03FC834a36
Octal643411231150771420311266
Binary110100111000011010011100110101111111100100000111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,225,83); }

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

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

 a { background-color: rgb(52,225,83); }

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

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

 span { border-color: rgb(52,225,83); }

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