Html Css Color HEX #50DB34 Lime Green

📋 copy color: '#50DB34'

red 80 ◦ green 219 ◦ blue 52

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

Shades of Lime Green #50DB34

Tints of Lime Green #50DB34

RGB

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

 GREEN value IS 219 (85.94% from 255) = 62.39%

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

R = 22.79%
G = 62.39%
B = 14.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#50DB34 (or 0x50DB34) is known color: Lime Green. HEX triplet: 50, DB and 34. RGB value is (80,219,52). Sum of RGB (Red+Green+Blue) = 80+219+52=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 219 (85.94% from 255 or 62.39% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DB34 is #AF24CB. Grayscale: #9E9E9E. Windows color (decimal): -11478220 or 3464016. OLE color: 3464016.

HSL color Cylindrical-coordinate representation of color #50DB34: hue angle of 109.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50DB34 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 219 52 -
CMYK 0.63 0 0.76 0.14
HSL 109.94º 0.7% 0.53% -
HSV(B) 109.94º 0.76% 0.86% -
XYZ 29.26 52.62 11.86 -
YUV 158.4 67.95 72.08 -
System Red Green Blue C M Y K H S L
Decimal 80 219 52 0.63 0 0.76 0.14 109.94 0.7 0.53
Hex 50 DB 34 3F 0 4C E 6E 46 35
Octal 120 333 64 77 0 114 16 156 106 65
Binary 1010000 11011011 110100 111111 0 1001100 1110 1101110 1000110 110101

Color Harmonies of #50DB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB34

Black with #50DB34

Text Example


Text Example

White with #50DB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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