Html Css Color HEX #50D831 Lime Green

📋 copy color: '#50D831'

red 80 ◦ green 216 ◦ blue 49

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

Shades of Lime Green #50D831

Tints of Lime Green #50D831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 62.61%

 BLUE value IS 49 (19.53% from 255) = 14.2%

R = 23.19%
G = 62.61%
B = 14.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#50D831 (or 0x50D831) is known color: Lime Green. HEX triplet: 50, D8 and 31. RGB value is (80,216,49). Sum of RGB (Red+Green+Blue) = 80+216+49=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 216 (84.77% from 255 or 62.61% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 216 - color contains mainly: green. Hex color #50D831 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D831 is #AF27CE. Grayscale: #9C9C9C. Windows color (decimal): -11478991 or 3266640. OLE color: 3266640.

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

Color convert

RGB 80 216 49 -
CMYK 0.63 0 0.77 0.15
HSL 108.86º 0.68% 0.52% -
HSV(B) 108.86º 0.77% 0.85% -
XYZ 28.42 51.04 11.26 -
YUV 156.3 67.44 73.58 -
System Red Green Blue C M Y K H S L
Decimal 80 216 49 0.63 0 0.77 0.15 108.86 0.68 0.52
Hex 50 D8 31 3F 0 4D F 6D 44 34
Octal 120 330 61 77 0 115 17 155 104 64
Binary 1010000 11011000 110001 111111 0 1001101 1111 1101101 1000100 110100

Color Harmonies of #50D831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D831

Black with #50D831

Text Example


Text Example

White with #50D831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,49); }

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

background-color css

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

 a { background-color: rgb(80,216,49); }

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

border-color css

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

 span { border-color: rgb(80,216,49); }

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