Html Css Color HEX #50C93D Lime Green

📋 copy color: '#50C93D'

red 80 ◦ green 201 ◦ blue 61

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

Shades of Lime Green #50C93D

Tints of Lime Green #50C93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.77%

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 23.39%
G = 58.77%
B = 17.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#50C93D (or 0x50C93D) is known color: Lime Green. HEX triplet: 50, C9 and 3D. RGB value is (80,201,61). Sum of RGB (Red+Green+Blue) = 80+201+61=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 201 (78.91% from 255 or 58.77% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 201 - color contains mainly: green. Hex color #50C93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C93D is #AF36C2. Grayscale: #959595. Windows color (decimal): -11482819 or 4049232. OLE color: 4049232.

HSL color Cylindrical-coordinate representation of color #50C93D: hue angle of 111.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50C93D is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 61 -
CMYK 0.60 0 0.70 0.21
HSL 111.86º 0.56% 0.51% -
HSV(B) 111.86º 0.7% 0.79% -
XYZ 25.04 43.82 11.55 -
YUV 148.86 78.41 78.88 -
System Red Green Blue C M Y K H S L
Decimal 80 201 61 0.60 0 0.70 0.21 111.86 0.56 0.51
Hex 50 C9 3D 3C 0 46 15 70 38 33
Octal 120 311 75 74 0 106 25 160 70 63
Binary 1010000 11001001 111101 111100 0 1000110 10101 1110000 111000 110011

Color Harmonies of #50C93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C93D

Black with #50C93D

Text Example


Text Example

White with #50C93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,201,61); }

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

background-color css

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

 a { background-color: rgb(80,201,61); }

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

border-color css

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

 span { border-color: rgb(80,201,61); }

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