Html Css Color HEX #50E728 Lime Green

📋 copy color: '#50E728'

red 80 ◦ green 231 ◦ blue 40

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

Shades of Lime Green #50E728

Tints of Lime Green #50E728

RGB

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

 GREEN value IS 231 (90.63% from 255) = 65.81%

 BLUE value IS 40 (16.02% from 255) = 11.4%

R = 22.79%
G = 65.81%
B = 11.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#50E728 (or 0x50E728) is known color: Lime Green. HEX triplet: 50, E7 and 28. RGB value is (80,231,40). Sum of RGB (Red+Green+Blue) = 80+231+40=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 231 (90.62% from 255 or 65.81% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 231 - color contains mainly: green. Hex color #50E728 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E728 is #AF18D7. Grayscale: #A4A4A4. Windows color (decimal): -11475160 or 2680656. OLE color: 2680656.

HSL color Cylindrical-coordinate representation of color #50E728: hue angle of 107.43º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50E728 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 231 40 -
CMYK 0.65 0 0.83 0.09
HSL 107.43º 0.8% 0.53% -
HSV(B) 107.43º 0.83% 0.91% -
XYZ 32.27 59.01 11.7 -
YUV 164.08 57.97 68.03 -
System Red Green Blue C M Y K H S L
Decimal 80 231 40 0.65 0 0.83 0.09 107.43 0.8 0.53
Hex 50 E7 28 41 0 53 9 6B 50 35
Octal 120 347 50 101 0 123 11 153 120 65
Binary 1010000 11100111 101000 1000001 0 1010011 1001 1101011 1010000 110101

Color Harmonies of #50E728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E728

Black with #50E728

Text Example


Text Example

White with #50E728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,231,40); }

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

background-color css

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

 a { background-color: rgb(80,231,40); }

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

border-color css

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

 span { border-color: rgb(80,231,40); }

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