Html Css Color HEX #50CD40 Lime Green

📋 copy color: '#50CD40'

red 80 ◦ green 205 ◦ blue 64

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

Shades of Lime Green #50CD40

Tints of Lime Green #50CD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.74%

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

R = 22.92%
G = 58.74%
B = 18.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#50CD40 (or 0x50CD40) is known color: Lime Green. HEX triplet: 50, CD and 40. RGB value is (80,205,64). Sum of RGB (Red+Green+Blue) = 80+205+64=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD40 is #AF32BF. Grayscale: #979797. Windows color (decimal): -11481792 or 4246864. OLE color: 4246864.

HSL color Cylindrical-coordinate representation of color #50CD40: hue angle of 113.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50CD40 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 205 64 -
CMYK 0.61 0 0.69 0.20
HSL 113.19º 0.59% 0.53% -
HSV(B) 113.19º 0.69% 0.8% -
XYZ 26.07 45.74 12.31 -
YUV 151.55 78.59 76.96 -
System Red Green Blue C M Y K H S L
Decimal 80 205 64 0.61 0 0.69 0.20 113.19 0.59 0.53
Hex 50 CD 40 3D 0 45 14 71 3B 35
Octal 120 315 100 75 0 105 24 161 73 65
Binary 1010000 11001101 1000000 111101 0 1000101 10100 1110001 111011 110101

Color Harmonies of #50CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD40

Black with #50CD40

Text Example


Text Example

White with #50CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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