Html Css Color HEX #50CB44 Lime Green

📋 copy color: '#50CB44'

red 80 ◦ green 203 ◦ blue 68

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

Shades of Lime Green #50CB44

Tints of Lime Green #50CB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 22.79%
G = 57.83%
B = 19.37%

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

#50CB44 (or 0x50CB44) is known color: Lime Green. HEX triplet: 50, CB and 44. RGB value is (80,203,68). Sum of RGB (Red+Green+Blue) = 80+203+68=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB44 is #AF34BB. Grayscale: #979797. Windows color (decimal): -11482300 or 4508496. OLE color: 4508496.

HSL color Cylindrical-coordinate representation of color #50CB44: hue angle of 114.67º degrees, saturation: 0.56, 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 #50CB44 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 203 68 -
CMYK 0.61 0 0.67 0.20
HSL 114.67º 0.56% 0.53% -
HSV(B) 114.67º 0.67% 0.8% -
XYZ 25.71 44.83 12.77 -
YUV 150.83 81.25 77.48 -
System Red Green Blue C M Y K H S L
Decimal 80 203 68 0.61 0 0.67 0.20 114.67 0.56 0.53
Hex 50 CB 44 3D 0 43 14 73 38 35
Octal 120 313 104 75 0 103 24 163 70 65
Binary 1010000 11001011 1000100 111101 0 1000011 10100 1110011 111000 110101

Color Harmonies of #50CB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB44

Black with #50CB44

Text Example


Text Example

White with #50CB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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