Html Css Color HEX #34E120 Lime Green

📋 copy color: '#34E120'

red 52 ◦ green 225 ◦ blue 32

#34E120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #34E120

Tints of Lime Green #34E120

RGB

 RED value IS 52 (20.7% from 255) = 16.83%

 GREEN value IS 225 (88.28% from 255) = 72.82%

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 16.83%
G = 72.82%
B = 10.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#34E120 (or 0x34E120) is known color: Lime Green. HEX triplet: 34, E1 and 20. RGB value is (52,225,32). Sum of RGB (Red+Green+Blue) = 52+225+32=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 225 (88.28% from 255 or 72.82% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 225 - color contains mainly: green. Hex color #34E120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E120 is #CB1EDF. Grayscale: #979797. Windows color (decimal): -13311712 or 2154804. OLE color: 2154804.

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

Color convert

RGB 52 225 32 -
CMYK 0.77 0 0.86 0.12
HSL 113.78º 0.76% 0.5% -
HSV(B) 113.78º 0.86% 0.88% -
XYZ 28.6 54.68 10.41 -
YUV 151.27 60.69 57.19 -
System Red Green Blue C M Y K H S L
Decimal 52 225 32 0.77 0 0.86 0.12 113.78 0.76 0.5
Hex 34 E1 20 4D 0 56 C 72 4C 32
Octal 64 341 40 115 0 126 14 162 114 62
Binary 110100 11100001 100000 1001101 0 1010110 1100 1110010 1001100 110010

Color Harmonies of #34E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E120

Black with #34E120

Text Example


Text Example

White with #34E120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34E120;
 }
 .AnyTagClassName
 {
   color: #34E120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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