Html Css Color HEX #50EA34 Lime Green

📋 copy color: '#50EA34'

red 80 ◦ green 234 ◦ blue 52

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

Shades of Lime Green #50EA34

Tints of Lime Green #50EA34

RGB

 RED value IS 80 (31.64% from 255) = 21.86%

 GREEN value IS 234 (91.8% from 255) = 63.93%

 BLUE value IS 52 (20.7% from 255) = 14.21%

R = 21.86%
G = 63.93%
B = 14.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#50EA34 (or 0x50EA34) is known color: Lime Green. HEX triplet: 50, EA and 34. RGB value is (80,234,52). Sum of RGB (Red+Green+Blue) = 80+234+52=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 234 (91.80% from 255 or 63.93% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EA34 is #AF15CB. Grayscale: #A7A7A7. Windows color (decimal): -11474380 or 3467856. OLE color: 3467856.

HSL color Cylindrical-coordinate representation of color #50EA34: hue angle of 110.77º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50EA34 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 52 -
CMYK 0.66 0 0.78 0.08
HSL 110.77º 0.81% 0.56% -
HSV(B) 110.77º 0.78% 0.92% -
XYZ 33.35 60.8 13.23 -
YUV 167.21 62.98 65.8 -
System Red Green Blue C M Y K H S L
Decimal 80 234 52 0.66 0 0.78 0.08 110.77 0.81 0.56
Hex 50 EA 34 42 0 4E 8 6F 51 38
Octal 120 352 64 102 0 116 10 157 121 70
Binary 1010000 11101010 110100 1000010 0 1001110 1000 1101111 1010001 111000

Color Harmonies of #50EA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EA34

Black with #50EA34

Text Example


Text Example

White with #50EA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50EA34; }

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

 H1.HeaderClassName
 {
   color: #50EA34;
 }
 .AnyTagClassName
 {
   color: #50EA34;
 }
</style>

background-color css

<style>
 a { background-color: #50EA34; }

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

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

border-color css

<style>
 span { border-color: #50EA34; }

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

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