Html Css Color HEX #50C938 Lime Green

📋 copy color: '#50C938'

red 80 ◦ green 201 ◦ blue 56

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

Shades of Lime Green #50C938

Tints of Lime Green #50C938

RGB

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

 GREEN value IS 201 (78.91% from 255) = 59.64%

 BLUE value IS 56 (22.27% from 255) = 16.62%

R = 23.74%
G = 59.64%
B = 16.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#50C938 (or 0x50C938) is known color: Lime Green. HEX triplet: 50, C9 and 38. RGB value is (80,201,56). Sum of RGB (Red+Green+Blue) = 80+201+56=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 201 (78.91% from 255 or 59.64% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 201 - color contains mainly: green. Hex color #50C938 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C938 is #AF36C7. Grayscale: #949494. Windows color (decimal): -11482824 or 3721552. OLE color: 3721552.

HSL color Cylindrical-coordinate representation of color #50C938: hue angle of 110.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50C938 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 56 -
CMYK 0.60 0 0.72 0.21
HSL 110.07º 0.57% 0.5% -
HSV(B) 110.07º 0.72% 0.79% -
XYZ 24.91 43.76 10.88 -
YUV 148.29 75.91 79.29 -
System Red Green Blue C M Y K H S L
Decimal 80 201 56 0.60 0 0.72 0.21 110.07 0.57 0.5
Hex 50 C9 38 3C 0 48 15 6E 39 32
Octal 120 311 70 74 0 110 25 156 71 62
Binary 1010000 11001001 111000 111100 0 1001000 10101 1101110 111001 110010

Color Harmonies of #50C938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C938

Black with #50C938

Text Example


Text Example

White with #50C938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,201,56); }

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

background-color css

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

 a { background-color: rgb(80,201,56); }

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

border-color css

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

 span { border-color: rgb(80,201,56); }

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