Html Css Color HEX #50CB42 Lime Green

📋 copy color: '#50CB42'

red 80 ◦ green 203 ◦ blue 66

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

Shades of Lime Green #50CB42

Tints of Lime Green #50CB42

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.17%

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 22.92%
G = 58.17%
B = 18.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#50CB42 (or 0x50CB42) is known color: Lime Green. HEX triplet: 50, CB and 42. RGB value is (80,203,66). Sum of RGB (Red+Green+Blue) = 80+203+66=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 203 (79.69% from 255 or 58.17% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB42 is #AF34BD. Grayscale: #979797. Windows color (decimal): -11482302 or 4377424. OLE color: 4377424.

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

Color convert

RGB 80 203 66 -
CMYK 0.61 0 0.67 0.20
HSL 113.87º 0.57% 0.53% -
HSV(B) 113.87º 0.67% 0.8% -
XYZ 25.65 44.81 12.45 -
YUV 150.61 80.25 77.64 -
System Red Green Blue C M Y K H S L
Decimal 80 203 66 0.61 0 0.67 0.20 113.87 0.57 0.53
Hex 50 CB 42 3D 0 43 14 72 39 35
Octal 120 313 102 75 0 103 24 162 71 65
Binary 1010000 11001011 1000010 111101 0 1000011 10100 1110010 111001 110101

Color Harmonies of #50CB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB42

Black with #50CB42

Text Example


Text Example

White with #50CB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,203,66); }

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

background-color css

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

 a { background-color: rgb(80,203,66); }

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

border-color css

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

 span { border-color: rgb(80,203,66); }

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