Html Css Color HEX #50DA44 Lime Green

📋 copy color: '#50DA44'

red 80 ◦ green 218 ◦ blue 68

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

Shades of Lime Green #50DA44

Tints of Lime Green #50DA44

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.56%

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 21.86%
G = 59.56%
B = 18.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#50DA44 (or 0x50DA44) is known color: Lime Green. HEX triplet: 50, DA and 44. RGB value is (80,218,68). Sum of RGB (Red+Green+Blue) = 80+218+68=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 218 (85.55% from 255 or 59.56% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DA44 is #AF25BB. Grayscale: #A0A0A0. Windows color (decimal): -11478460 or 4512336. OLE color: 4512336.

HSL color Cylindrical-coordinate representation of color #50DA44: hue angle of 115.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50DA44 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 68 -
CMYK 0.63 0 0.69 0.15
HSL 115.2º 0.67% 0.56% -
HSV(B) 115.2º 0.69% 0.85% -
XYZ 29.42 52.27 14.01 -
YUV 159.64 76.28 71.2 -
System Red Green Blue C M Y K H S L
Decimal 80 218 68 0.63 0 0.69 0.15 115.2 0.67 0.56
Hex 50 DA 44 3F 0 45 F 73 43 38
Octal 120 332 104 77 0 105 17 163 103 70
Binary 1010000 11011010 1000100 111111 0 1000101 1111 1110011 1000011 111000

Color Harmonies of #50DA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA44

Black with #50DA44

Text Example


Text Example

White with #50DA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,218,68); }

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

background-color css

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

 a { background-color: rgb(80,218,68); }

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

border-color css

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

 span { border-color: rgb(80,218,68); }

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