Html Css Color HEX #34E532 Lime Green

📋 copy color: '#34E532'

red 52 ◦ green 229 ◦ blue 50

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

Shades of Lime Green #34E532

Tints of Lime Green #34E532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 69.18%

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 15.71%
G = 69.18%
B = 15.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#34E532 (or 0x34E532) is known color: Lime Green. HEX triplet: 34, E5 and 32. RGB value is (52,229,50). Sum of RGB (Red+Green+Blue) = 52+229+50=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 229 (89.84% from 255 or 69.18% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 229 - color contains mainly: green. Hex color #34E532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E532 is #CB1ACD. Grayscale: #9C9C9C. Windows color (decimal): -13310670 or 3335476. OLE color: 3335476.

HSL color Cylindrical-coordinate representation of color #34E532: hue angle of 119.33º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E532 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 229 50 -
CMYK 0.77 0 0.78 0.10
HSL 119.33º 0.77% 0.55% -
HSV(B) 119.33º 0.78% 0.9% -
XYZ 30.01 57 12.44 -
YUV 155.67 68.36 54.05 -
System Red Green Blue C M Y K H S L
Decimal 52 229 50 0.77 0 0.78 0.10 119.33 0.77 0.55
Hex 34 E5 32 4D 0 4E A 77 4D 37
Octal 64 345 62 115 0 116 12 167 115 67
Binary 110100 11100101 110010 1001101 0 1001110 1010 1110111 1001101 110111

Color Harmonies of #34E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E532

Black with #34E532

Text Example


Text Example

White with #34E532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,229,50); }

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

background-color css

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

 a { background-color: rgb(52,229,50); }

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

border-color css

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

 span { border-color: rgb(52,229,50); }

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