Html Css Color HEX #34E050 Lime Green

📋 copy color: '#34E050'

red 52 ◦ green 224 ◦ blue 80

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

Shades of Lime Green #34E050

Tints of Lime Green #34E050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 14.61%
G = 62.92%
B = 22.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#34E050 (or 0x34E050) is known color: Lime Green. HEX triplet: 34, E0 and 50. RGB value is (52,224,80). Sum of RGB (Red+Green+Blue) = 52+224+80=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 224 (87.89% from 255 or 62.92% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 224 - color contains mainly: green. Hex color #34E050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E050 is #CB1FAF. Grayscale: #9C9C9C. Windows color (decimal): -13311920 or 5300276. OLE color: 5300276.

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

Color convert

RGB 52 224 80 -
CMYK 0.77 0 0.64 0.12
HSL 129.77º 0.74% 0.54% -
HSV(B) 129.77º 0.77% 0.88% -
XYZ 29.52 54.62 16.58 -
YUV 156.16 85.02 53.71 -
System Red Green Blue C M Y K H S L
Decimal 52 224 80 0.77 0 0.64 0.12 129.77 0.74 0.54
Hex 34 E0 50 4D 0 40 C 82 4A 36
Octal 64 340 120 115 0 100 14 202 112 66
Binary 110100 11100000 1010000 1001101 0 1000000 1100 10000010 1001010 110110

Color Harmonies of #34E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E050

Black with #34E050

Text Example


Text Example

White with #34E050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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