Html Css Color HEX #50DF29 Lime Green

📋 copy color: '#50DF29'

red 80 ◦ green 223 ◦ blue 41

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

Shades of Lime Green #50DF29

Tints of Lime Green #50DF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.92%

R = 23.26%
G = 64.83%
B = 11.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#50DF29 (or 0x50DF29) is known color: Lime Green. HEX triplet: 50, DF and 29. RGB value is (80,223,41). Sum of RGB (Red+Green+Blue) = 80+223+41=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 223 (87.5% from 255 or 64.83% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DF29 is #AF20D6. Grayscale: #A0A0A0. Windows color (decimal): -11477207 or 2744144. OLE color: 2744144.

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

Color convert

RGB 80 223 41 -
CMYK 0.64 0 0.82 0.13
HSL 107.14º 0.74% 0.52% -
HSV(B) 107.14º 0.82% 0.87% -
XYZ 30.1 54.64 11.06 -
YUV 159.5 61.12 71.3 -
System Red Green Blue C M Y K H S L
Decimal 80 223 41 0.64 0 0.82 0.13 107.14 0.74 0.52
Hex 50 DF 29 40 0 52 D 6B 4A 34
Octal 120 337 51 100 0 122 15 153 112 64
Binary 1010000 11011111 101001 1000000 0 1010010 1101 1101011 1001010 110100

Color Harmonies of #50DF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DF29

Black with #50DF29

Text Example


Text Example

White with #50DF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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