Html Css Color HEX #50CD32 Lime Green

📋 copy color: '#50CD32'

red 80 ◦ green 205 ◦ blue 50

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

Shades of Lime Green #50CD32

Tints of Lime Green #50CD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.93%

R = 23.88%
G = 61.19%
B = 14.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#50CD32 (or 0x50CD32) is known color: Lime Green. HEX triplet: 50, CD and 32. RGB value is (80,205,50). Sum of RGB (Red+Green+Blue) = 80+205+50=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD32 is #AF32CD. Grayscale: #969696. Windows color (decimal): -11481806 or 3329360. OLE color: 3329360.

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

Color convert

RGB 80 205 50 -
CMYK 0.61 0 0.76 0.20
HSL 108.39º 0.61% 0.5% -
HSV(B) 108.39º 0.76% 0.8% -
XYZ 25.72 45.6 10.46 -
YUV 149.96 71.59 78.1 -
System Red Green Blue C M Y K H S L
Decimal 80 205 50 0.61 0 0.76 0.20 108.39 0.61 0.5
Hex 50 CD 32 3D 0 4C 14 6C 3D 32
Octal 120 315 62 75 0 114 24 154 75 62
Binary 1010000 11001101 110010 111101 0 1001100 10100 1101100 111101 110010

Color Harmonies of #50CD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD32

Black with #50CD32

Text Example


Text Example

White with #50CD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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