Html Css Color HEX #50DD32 Lime Green

📋 copy color: '#50DD32'

red 80 ◦ green 221 ◦ blue 50

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

Shades of Lime Green #50DD32

Tints of Lime Green #50DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.96%

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

R = 22.79%
G = 62.96%
B = 14.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#50DD32 (or 0x50DD32) is known color: Lime Green. HEX triplet: 50, DD and 32. RGB value is (80,221,50). Sum of RGB (Red+Green+Blue) = 80+221+50=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DD32 is #AF22CD. Grayscale: #9F9F9F. Windows color (decimal): -11477710 or 3333456. OLE color: 3333456.

HSL color Cylindrical-coordinate representation of color #50DD32: hue angle of 109.47º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50DD32 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 221 50 -
CMYK 0.64 0 0.77 0.13
HSL 109.47º 0.72% 0.53% -
HSV(B) 109.47º 0.77% 0.87% -
XYZ 29.74 53.65 11.81 -
YUV 159.35 66.29 71.4 -
System Red Green Blue C M Y K H S L
Decimal 80 221 50 0.64 0 0.77 0.13 109.47 0.72 0.53
Hex 50 DD 32 40 0 4D D 6D 48 35
Octal 120 335 62 100 0 115 15 155 110 65
Binary 1010000 11011101 110010 1000000 0 1001101 1101 1101101 1001000 110101

Color Harmonies of #50DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DD32

Black with #50DD32

Text Example


Text Example

White with #50DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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