Html Css Color HEX #34E52E Lime Green

📋 copy color: '#34E52E'

red 52 ◦ green 229 ◦ blue 46

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

Shades of Lime Green #34E52E

Tints of Lime Green #34E52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.07%

R = 15.9%
G = 70.03%
B = 14.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#34E52E (or 0x34E52E) is known color: Lime Green. HEX triplet: 34, E5 and 2E. RGB value is (52,229,46). Sum of RGB (Red+Green+Blue) = 52+229+46=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 229 (89.84% from 255 or 70.03% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 229 - color contains mainly: green. Hex color #34E52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E52E is #CB1AD1. Grayscale: #9B9B9B. Windows color (decimal): -13310674 or 3073332. OLE color: 3073332.

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

Color convert

RGB 52 229 46 -
CMYK 0.77 0 0.80 0.10
HSL 118.03º 0.78% 0.54% -
HSV(B) 118.03º 0.8% 0.9% -
XYZ 29.93 56.97 12 -
YUV 155.22 66.36 54.38 -
System Red Green Blue C M Y K H S L
Decimal 52 229 46 0.77 0 0.80 0.10 118.03 0.78 0.54
Hex 34 E5 2E 4D 0 50 A 76 4E 36
Octal 64 345 56 115 0 120 12 166 116 66
Binary 110100 11100101 101110 1001101 0 1010000 1010 1110110 1001110 110110

Color Harmonies of #34E52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E52E

Black with #34E52E

Text Example


Text Example

White with #34E52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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