Html Css Color HEX #50CC40 Lime Green

📋 copy color: '#50CC40'

red 80 ◦ green 204 ◦ blue 64

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

Shades of Lime Green #50CC40

Tints of Lime Green #50CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.62%

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

R = 22.99%
G = 58.62%
B = 18.39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#50CC40 (or 0x50CC40) is known color: Lime Green. HEX triplet: 50, CC and 40. RGB value is (80,204,64). Sum of RGB (Red+Green+Blue) = 80+204+64=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CC40 is #AF33BF. Grayscale: #979797. Windows color (decimal): -11482048 or 4246608. OLE color: 4246608.

HSL color Cylindrical-coordinate representation of color #50CC40: hue angle of 113.14º degrees, saturation: 0.58, 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 #50CC40 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 204 64 -
CMYK 0.61 0 0.69 0.2
HSL 113.14º 0.58% 0.53% -
HSV(B) 113.14º 0.69% 0.8% -
XYZ 25.83 45.26 12.23 -
YUV 150.96 78.92 77.38 -
System Red Green Blue C M Y K H S L
Decimal 80 204 64 0.61 0 0.69 0.2 113.14 0.58 0.53
Hex 50 CC 40 3D 0 45 14 71 3A 35
Octal 120 314 100 75 0 105 24 161 72 65
Binary 1010000 11001100 1000000 111101 0 1000101 10100 1110001 111010 110101

Color Harmonies of #50CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CC40

Black with #50CC40

Text Example


Text Example

White with #50CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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