Html Css Color HEX #50D031 Lime Green

📋 copy color: '#50D031'

red 80 ◦ green 208 ◦ blue 49

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

Shades of Lime Green #50D031

Tints of Lime Green #50D031

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.72%

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

R = 23.74%
G = 61.72%
B = 14.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#50D031 (or 0x50D031) is known color: Lime Green. HEX triplet: 50, D0 and 31. RGB value is (80,208,49). Sum of RGB (Red+Green+Blue) = 80+208+49=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #50D031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D031 is #AF2FCE. Grayscale: #989898. Windows color (decimal): -11481039 or 3264592. OLE color: 3264592.

HSL color Cylindrical-coordinate representation of color #50D031: hue angle of 108.3º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50D031 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 208 49 -
CMYK 0.62 0 0.76 0.18
HSL 108.3º 0.63% 0.5% -
HSV(B) 108.3º 0.76% 0.82% -
XYZ 26.42 47.04 10.59 -
YUV 151.6 70.09 76.93 -
System Red Green Blue C M Y K H S L
Decimal 80 208 49 0.62 0 0.76 0.18 108.3 0.63 0.5
Hex 50 D0 31 3E 0 4C 12 6C 3F 32
Octal 120 320 61 76 0 114 22 154 77 62
Binary 1010000 11010000 110001 111110 0 1001100 10010 1101100 111111 110010

Color Harmonies of #50D031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D031

Black with #50D031

Text Example


Text Example

White with #50D031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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