Html Css Color HEX #34E04A Lime Green

📋 copy color: '#34E04A'

red 52 ◦ green 224 ◦ blue 74

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

Shades of Lime Green #34E04A

Tints of Lime Green #34E04A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 14.86%
G = 64%
B = 21.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#34E04A (or 0x34E04A) is known color: Lime Green. HEX triplet: 34, E0 and 4A. RGB value is (52,224,74). Sum of RGB (Red+Green+Blue) = 52+224+74=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 224 (87.89% from 255 or 64% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 224 - color contains mainly: green. Hex color #34E04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E04A is #CB1FB5. Grayscale: #9B9B9B. Windows color (decimal): -13311926 or 4907060. OLE color: 4907060.

HSL color Cylindrical-coordinate representation of color #34E04A: hue angle of 127.67º 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 #34E04A is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 224 74 -
CMYK 0.77 0 0.67 0.12
HSL 127.67º 0.74% 0.54% -
HSV(B) 127.67º 0.77% 0.88% -
XYZ 29.31 54.54 15.46 -
YUV 155.47 82.02 54.2 -
System Red Green Blue C M Y K H S L
Decimal 52 224 74 0.77 0 0.67 0.12 127.67 0.74 0.54
Hex 34 E0 4A 4D 0 43 C 80 4A 36
Octal 64 340 112 115 0 103 14 200 112 66
Binary 110100 11100000 1001010 1001101 0 1000011 1100 10000000 1001010 110110

Color Harmonies of #34E04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E04A

Black with #34E04A

Text Example


Text Example

White with #34E04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,224,74); }

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

background-color css

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

 a { background-color: rgb(52,224,74); }

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

border-color css

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

 span { border-color: rgb(52,224,74); }

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