Html Css Color HEX #50DF41 Lime Green

📋 copy color: '#50DF41'

red 80 ◦ green 223 ◦ blue 65

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

Shades of Lime Green #50DF41

Tints of Lime Green #50DF41

RGB

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

 GREEN value IS 223 (87.5% from 255) = 60.6%

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 21.74%
G = 60.6%
B = 17.66%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#50DF41 (or 0x50DF41) is known color: Lime Green. HEX triplet: 50, DF and 41. RGB value is (80,223,65). Sum of RGB (Red+Green+Blue) = 80+223+65=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 223 (87.5% from 255 or 60.60% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DF41 is #AF20BE. Grayscale: #A2A2A2. Windows color (decimal): -11477183 or 4317008. OLE color: 4317008.

HSL color Cylindrical-coordinate representation of color #50DF41: hue angle of 114.3º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50DF41 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 65 -
CMYK 0.64 0 0.71 0.13
HSL 114.3º 0.71% 0.56% -
HSV(B) 114.3º 0.71% 0.87% -
XYZ 30.65 54.86 13.98 -
YUV 162.23 73.12 69.35 -
System Red Green Blue C M Y K H S L
Decimal 80 223 65 0.64 0 0.71 0.13 114.3 0.71 0.56
Hex 50 DF 41 40 0 47 D 72 47 38
Octal 120 337 101 100 0 107 15 162 107 70
Binary 1010000 11011111 1000001 1000000 0 1000111 1101 1110010 1000111 111000

Color Harmonies of #50DF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF41

Black with #50DF41

Text Example


Text Example

White with #50DF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,65); }

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

background-color css

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

 a { background-color: rgb(80,223,65); }

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

border-color css

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

 span { border-color: rgb(80,223,65); }

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