Html Css Color HEX #50C93C Lime Green

📋 copy color: '#50C93C'

red 80 ◦ green 201 ◦ blue 60

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

Shades of Lime Green #50C93C

Tints of Lime Green #50C93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 23.46%
G = 58.94%
B = 17.6%

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

#50C93C (or 0x50C93C) is known color: Lime Green. HEX triplet: 50, C9 and 3C. RGB value is (80,201,60). Sum of RGB (Red+Green+Blue) = 80+201+60=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #50C93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C93C is #AF36C3. Grayscale: #959595. Windows color (decimal): -11482820 or 3983696. OLE color: 3983696.

HSL color Cylindrical-coordinate representation of color #50C93C: hue angle of 111.49º degrees, saturation: 0.57, 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 #50C93C is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 60 -
CMYK 0.60 0 0.70 0.21
HSL 111.49º 0.57% 0.51% -
HSV(B) 111.49º 0.7% 0.79% -
XYZ 25.01 43.81 11.41 -
YUV 148.75 77.91 78.96 -
System Red Green Blue C M Y K H S L
Decimal 80 201 60 0.60 0 0.70 0.21 111.49 0.57 0.51
Hex 50 C9 3C 3C 0 46 15 6F 39 33
Octal 120 311 74 74 0 106 25 157 71 63
Binary 1010000 11001001 111100 111100 0 1000110 10101 1101111 111001 110011

Color Harmonies of #50C93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C93C

Black with #50C93C

Text Example


Text Example

White with #50C93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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