Html Css Color HEX #50D340 Lime Green

📋 copy color: '#50D340'

red 80 ◦ green 211 ◦ blue 64

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

Shades of Lime Green #50D340

Tints of Lime Green #50D340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.44%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 22.54%
G = 59.44%
B = 18.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#50D340 (or 0x50D340) is known color: Lime Green. HEX triplet: 50, D3 and 40. RGB value is (80,211,64). Sum of RGB (Red+Green+Blue) = 80+211+64=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 211 (82.81% from 255 or 59.44% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 211 - color contains mainly: green. Hex color #50D340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D340 is #AF2CBF. Grayscale: #9B9B9B. Windows color (decimal): -11480256 or 4248400. OLE color: 4248400.

HSL color Cylindrical-coordinate representation of color #50D340: hue angle of 113.47º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50D340 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 211 64 -
CMYK 0.62 0 0.70 0.17
HSL 113.47º 0.63% 0.54% -
HSV(B) 113.47º 0.7% 0.83% -
XYZ 27.53 48.66 12.79 -
YUV 155.07 76.6 74.45 -
System Red Green Blue C M Y K H S L
Decimal 80 211 64 0.62 0 0.70 0.17 113.47 0.63 0.54
Hex 50 D3 40 3E 0 46 11 71 3F 36
Octal 120 323 100 76 0 106 21 161 77 66
Binary 1010000 11010011 1000000 111110 0 1000110 10001 1110001 111111 110110

Color Harmonies of #50D340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D340

Black with #50D340

Text Example


Text Example

White with #50D340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,211,64); }

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

background-color css

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

 a { background-color: rgb(80,211,64); }

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

border-color css

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

 span { border-color: rgb(80,211,64); }

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