Html Css Color HEX #50D03E Lime Green

📋 copy color: '#50D03E'

red 80 ◦ green 208 ◦ blue 62

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

Shades of Lime Green #50D03E

Tints of Lime Green #50D03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.71%

R = 22.86%
G = 59.43%
B = 17.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#50D03E (or 0x50D03E) is known color: Lime Green. HEX triplet: 50, D0 and 3E. RGB value is (80,208,62). Sum of RGB (Red+Green+Blue) = 80+208+62=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #50D03E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D03E is #AF2FC1. Grayscale: #999999. Windows color (decimal): -11481026 or 4116560. OLE color: 4116560.

HSL color Cylindrical-coordinate representation of color #50D03E: hue angle of 112.6º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50D03E is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 208 62 -
CMYK 0.62 0 0.70 0.18
HSL 112.6º 0.61% 0.53% -
HSV(B) 112.6º 0.7% 0.82% -
XYZ 26.73 47.17 12.25 -
YUV 153.08 76.59 75.87 -
System Red Green Blue C M Y K H S L
Decimal 80 208 62 0.62 0 0.70 0.18 112.6 0.61 0.53
Hex 50 D0 3E 3E 0 46 12 71 3D 35
Octal 120 320 76 76 0 106 22 161 75 65
Binary 1010000 11010000 111110 111110 0 1000110 10010 1110001 111101 110101

Color Harmonies of #50D03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D03E

Black with #50D03E

Text Example


Text Example

White with #50D03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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