Html Css Color HEX #50D032 Lime Green

📋 copy color: '#50D032'

red 80 ◦ green 208 ◦ blue 50

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

Shades of Lime Green #50D032

Tints of Lime Green #50D032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.54%

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

R = 23.67%
G = 61.54%
B = 14.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#50D032 (or 0x50D032) is known color: Lime Green. HEX triplet: 50, D0 and 32. RGB value is (80,208,50). Sum of RGB (Red+Green+Blue) = 80+208+50=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #50D032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D032 is #AF2FCD. Grayscale: #989898. Windows color (decimal): -11481038 or 3330128. OLE color: 3330128.

HSL color Cylindrical-coordinate representation of color #50D032: hue angle of 108.61º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50D032 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 208 50 -
CMYK 0.62 0 0.76 0.18
HSL 108.61º 0.63% 0.51% -
HSV(B) 108.61º 0.76% 0.82% -
XYZ 26.44 47.05 10.71 -
YUV 151.72 70.59 76.85 -
System Red Green Blue C M Y K H S L
Decimal 80 208 50 0.62 0 0.76 0.18 108.61 0.63 0.51
Hex 50 D0 32 3E 0 4C 12 6D 3F 33
Octal 120 320 62 76 0 114 22 155 77 63
Binary 1010000 11010000 110010 111110 0 1001100 10010 1101101 111111 110011

Color Harmonies of #50D032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D032

Black with #50D032

Text Example


Text Example

White with #50D032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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