Html Css Color HEX #50D539 Lime Green

📋 copy color: '#50D539'

red 80 ◦ green 213 ◦ blue 57

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

Shades of Lime Green #50D539

Tints of Lime Green #50D539

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.86%

 BLUE value IS 57 (22.66% from 255) = 16.29%

R = 22.86%
G = 60.86%
B = 16.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#50D539 (or 0x50D539) is known color: Lime Green. HEX triplet: 50, D5 and 39. RGB value is (80,213,57). Sum of RGB (Red+Green+Blue) = 80+213+57=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #50D539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D539 is #AF2AC6. Grayscale: #9B9B9B. Windows color (decimal): -11479751 or 3790160. OLE color: 3790160.

HSL color Cylindrical-coordinate representation of color #50D539: hue angle of 111.15º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50D539 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 57 -
CMYK 0.62 0 0.73 0.16
HSL 111.15º 0.65% 0.53% -
HSV(B) 111.15º 0.73% 0.84% -
XYZ 27.84 49.59 11.98 -
YUV 155.45 72.44 74.18 -
System Red Green Blue C M Y K H S L
Decimal 80 213 57 0.62 0 0.73 0.16 111.15 0.65 0.53
Hex 50 D5 39 3E 0 49 10 6F 41 35
Octal 120 325 71 76 0 111 20 157 101 65
Binary 1010000 11010101 111001 111110 0 1001001 10000 1101111 1000001 110101

Color Harmonies of #50D539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D539

Black with #50D539

Text Example


Text Example

White with #50D539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,213,57); }

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

background-color css

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

 a { background-color: rgb(80,213,57); }

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

border-color css

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

 span { border-color: rgb(80,213,57); }

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