Html Css Color HEX #50D639 Lime Green

📋 copy color: '#50D639'

red 80 ◦ green 214 ◦ blue 57

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

Shades of Lime Green #50D639

Tints of Lime Green #50D639

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.97%

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

R = 22.79%
G = 60.97%
B = 16.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#50D639 (or 0x50D639) is known color: Lime Green. HEX triplet: 50, D6 and 39. RGB value is (80,214,57). Sum of RGB (Red+Green+Blue) = 80+214+57=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 57 (22.66% from 255 or 16.24% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #50D639 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D639 is #AF29C6. Grayscale: #9C9C9C. Windows color (decimal): -11479495 or 3790416. OLE color: 3790416.

HSL color Cylindrical-coordinate representation of color #50D639: hue angle of 111.21º degrees, saturation: 0.66, 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 #50D639 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 57 -
CMYK 0.63 0 0.73 0.16
HSL 111.21º 0.66% 0.53% -
HSV(B) 111.21º 0.73% 0.84% -
XYZ 28.09 50.09 12.06 -
YUV 156.04 72.11 73.77 -
System Red Green Blue C M Y K H S L
Decimal 80 214 57 0.63 0 0.73 0.16 111.21 0.66 0.53
Hex 50 D6 39 3F 0 49 10 6F 42 35
Octal 120 326 71 77 0 111 20 157 102 65
Binary 1010000 11010110 111001 111111 0 1001001 10000 1101111 1000010 110101

Color Harmonies of #50D639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D639

Black with #50D639

Text Example


Text Example

White with #50D639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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