Html Css Color HEX #50DD3C Lime Green

📋 copy color: '#50DD3C'

red 80 ◦ green 221 ◦ blue 60

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

Shades of Lime Green #50DD3C

Tints of Lime Green #50DD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.62%

R = 22.16%
G = 61.22%
B = 16.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#50DD3C (or 0x50DD3C) is known color: Lime Green. HEX triplet: 50, DD and 3C. RGB value is (80,221,60). Sum of RGB (Red+Green+Blue) = 80+221+60=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 221 (86.72% from 255 or 61.22% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DD3C is #AF22C3. Grayscale: #A0A0A0. Windows color (decimal): -11477700 or 3988816. OLE color: 3988816.

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

Color convert

RGB 80 221 60 -
CMYK 0.64 0 0.73 0.13
HSL 112.55º 0.7% 0.55% -
HSV(B) 112.55º 0.73% 0.87% -
XYZ 29.98 53.74 13.07 -
YUV 160.49 71.29 70.59 -
System Red Green Blue C M Y K H S L
Decimal 80 221 60 0.64 0 0.73 0.13 112.55 0.7 0.55
Hex 50 DD 3C 40 0 49 D 71 46 37
Octal 120 335 74 100 0 111 15 161 106 67
Binary 1010000 11011101 111100 1000000 0 1001001 1101 1110001 1000110 110111

Color Harmonies of #50DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DD3C

Black with #50DD3C

Text Example


Text Example

White with #50DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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