Html Css Color HEX #50D83C Lime Green

📋 copy color: '#50D83C'

red 80 ◦ green 216 ◦ blue 60

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

Shades of Lime Green #50D83C

Tints of Lime Green #50D83C

RGB

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

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

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

R = 22.47%
G = 60.67%
B = 16.85%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#50D83C (or 0x50D83C) is known color: Lime Green. HEX triplet: 50, D8 and 3C. RGB value is (80,216,60). Sum of RGB (Red+Green+Blue) = 80+216+60=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #50D83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D83C is #AF27C3. Grayscale: #9E9E9E. Windows color (decimal): -11478980 or 3987536. OLE color: 3987536.

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

Color convert

RGB 80 216 60 -
CMYK 0.63 0 0.72 0.15
HSL 112.31º 0.67% 0.54% -
HSV(B) 112.31º 0.72% 0.85% -
XYZ 28.68 51.14 12.64 -
YUV 157.55 72.94 72.68 -
System Red Green Blue C M Y K H S L
Decimal 80 216 60 0.63 0 0.72 0.15 112.31 0.67 0.54
Hex 50 D8 3C 3F 0 48 F 70 43 36
Octal 120 330 74 77 0 110 17 160 103 66
Binary 1010000 11011000 111100 111111 0 1001000 1111 1110000 1000011 110110

Color Harmonies of #50D83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D83C

Black with #50D83C

Text Example


Text Example

White with #50D83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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