Html Css Color HEX #50D64B Lime Green

📋 copy color: '#50D64B'

red 80 ◦ green 214 ◦ blue 75

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

Shades of Lime Green #50D64B

Tints of Lime Green #50D64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.99%

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 21.68%
G = 57.99%
B = 20.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#50D64B (or 0x50D64B) is known color: Lime Green. HEX triplet: 50, D6 and 4B. RGB value is (80,214,75). Sum of RGB (Red+Green+Blue) = 80+214+75=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #50D64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D64B is #AF29B4. Grayscale: #9E9E9E. Windows color (decimal): -11479477 or 4970064. OLE color: 4970064.

HSL color Cylindrical-coordinate representation of color #50D64B: hue angle of 117.84º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50D64B is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 75 -
CMYK 0.63 0 0.65 0.16
HSL 117.84º 0.63% 0.57% -
HSV(B) 117.84º 0.65% 0.84% -
XYZ 28.62 50.31 14.86 -
YUV 158.09 81.11 72.3 -
System Red Green Blue C M Y K H S L
Decimal 80 214 75 0.63 0 0.65 0.16 117.84 0.63 0.57
Hex 50 D6 4B 3F 0 41 10 76 3F 39
Octal 120 326 113 77 0 101 20 166 77 71
Binary 1010000 11010110 1001011 111111 0 1000001 10000 1110110 111111 111001

Color Harmonies of #50D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D64B

Black with #50D64B

Text Example


Text Example

White with #50D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,214,75); }

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

background-color css

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

 a { background-color: rgb(80,214,75); }

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

border-color css

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

 span { border-color: rgb(80,214,75); }

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