Html Css Color HEX #34E54A Lime Green

📋 copy color: '#34E54A'

red 52 ◦ green 229 ◦ blue 74

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

Shades of Lime Green #34E54A

Tints of Lime Green #34E54A

RGB

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

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

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

R = 14.65%
G = 64.51%
B = 20.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#34E54A (or 0x34E54A) is known color: Lime Green. HEX triplet: 34, E5 and 4A. RGB value is (52,229,74). Sum of RGB (Red+Green+Blue) = 52+229+74=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 229 (89.84% from 255 or 64.51% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 229 - color contains mainly: green. Hex color #34E54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E54A is #CB1AB5. Grayscale: #9E9E9E. Windows color (decimal): -13310646 or 4908340. OLE color: 4908340.

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

Color convert

RGB 52 229 74 -
CMYK 0.77 0 0.68 0.10
HSL 127.46º 0.77% 0.55% -
HSV(B) 127.46º 0.77% 0.9% -
XYZ 30.67 57.26 15.91 -
YUV 158.41 80.36 52.1 -
System Red Green Blue C M Y K H S L
Decimal 52 229 74 0.77 0 0.68 0.10 127.46 0.77 0.55
Hex 34 E5 4A 4D 0 44 A 7F 4D 37
Octal 64 345 112 115 0 104 12 177 115 67
Binary 110100 11100101 1001010 1001101 0 1000100 1010 1111111 1001101 110111

Color Harmonies of #34E54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E54A

Black with #34E54A

Text Example


Text Example

White with #34E54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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