Html Css Color HEX #50D43A Lime Green

📋 copy color: '#50D43A'

red 80 ◦ green 212 ◦ blue 58

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

Shades of Lime Green #50D43A

Tints of Lime Green #50D43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.57%

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 22.86%
G = 60.57%
B = 16.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#50D43A (or 0x50D43A) is known color: Lime Green. HEX triplet: 50, D4 and 3A. RGB value is (80,212,58). Sum of RGB (Red+Green+Blue) = 80+212+58=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 212 (83.20% from 255 or 60.57% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 212 - color contains mainly: green. Hex color #50D43A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D43A is #AF2BC5. Grayscale: #9B9B9B. Windows color (decimal): -11480006 or 3855440. OLE color: 3855440.

HSL color Cylindrical-coordinate representation of color #50D43A: hue angle of 111.43º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50D43A is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 212 58 -
CMYK 0.62 0 0.73 0.17
HSL 111.43º 0.64% 0.53% -
HSV(B) 111.43º 0.73% 0.83% -
XYZ 27.62 49.1 12.02 -
YUV 154.98 73.27 74.52 -
System Red Green Blue C M Y K H S L
Decimal 80 212 58 0.62 0 0.73 0.17 111.43 0.64 0.53
Hex 50 D4 3A 3E 0 49 11 6F 40 35
Octal 120 324 72 76 0 111 21 157 100 65
Binary 1010000 11010100 111010 111110 0 1001001 10001 1101111 1000000 110101

Color Harmonies of #50D43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D43A

Black with #50D43A

Text Example


Text Example

White with #50D43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,212,58); }

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

background-color css

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

 a { background-color: rgb(80,212,58); }

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

border-color css

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

 span { border-color: rgb(80,212,58); }

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