Html Css Color HEX #50CB40 Lime Green

📋 copy color: '#50CB40'

red 80 ◦ green 203 ◦ blue 64

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

Shades of Lime Green #50CB40

Tints of Lime Green #50CB40

RGB

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

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

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

R = 23.05%
G = 58.5%
B = 18.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#50CB40 (or 0x50CB40) is known color: Lime Green. HEX triplet: 50, CB and 40. RGB value is (80,203,64). Sum of RGB (Red+Green+Blue) = 80+203+64=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB40 is #AF34BF. Grayscale: #969696. Windows color (decimal): -11482304 or 4246352. OLE color: 4246352.

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

Color convert

RGB 80 203 64 -
CMYK 0.61 0 0.68 0.20
HSL 113.09º 0.57% 0.52% -
HSV(B) 113.09º 0.68% 0.8% -
XYZ 25.59 44.79 12.15 -
YUV 150.38 79.25 77.8 -
System Red Green Blue C M Y K H S L
Decimal 80 203 64 0.61 0 0.68 0.20 113.09 0.57 0.52
Hex 50 CB 40 3D 0 44 14 71 39 34
Octal 120 313 100 75 0 104 24 161 71 64
Binary 1010000 11001011 1000000 111101 0 1000100 10100 1110001 111001 110100

Color Harmonies of #50CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB40

Black with #50CB40

Text Example


Text Example

White with #50CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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