Html Css Color HEX #50EA28 Lime Green

📋 copy color: '#50EA28'

red 80 ◦ green 234 ◦ blue 40

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

Shades of Lime Green #50EA28

Tints of Lime Green #50EA28

RGB

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

 GREEN value IS 234 (91.8% from 255) = 66.1%

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

R = 22.6%
G = 66.1%
B = 11.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#50EA28 (or 0x50EA28) is known color: Lime Green. HEX triplet: 50, EA and 28. RGB value is (80,234,40). Sum of RGB (Red+Green+Blue) = 80+234+40=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 234 (91.80% from 255 or 66.10% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EA28 is #AF15D7. Grayscale: #A6A6A6. Windows color (decimal): -11474392 or 2681424. OLE color: 2681424.

HSL color Cylindrical-coordinate representation of color #50EA28: hue angle of 107.63º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50EA28 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 40 -
CMYK 0.66 0 0.83 0.08
HSL 107.63º 0.82% 0.54% -
HSV(B) 107.63º 0.83% 0.92% -
XYZ 33.11 60.7 11.98 -
YUV 165.84 56.98 66.77 -
System Red Green Blue C M Y K H S L
Decimal 80 234 40 0.66 0 0.83 0.08 107.63 0.82 0.54
Hex 50 EA 28 42 0 53 8 6C 52 36
Octal 120 352 50 102 0 123 10 154 122 66
Binary 1010000 11101010 101000 1000010 0 1010011 1000 1101100 1010010 110110

Color Harmonies of #50EA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EA28

Black with #50EA28

Text Example


Text Example

White with #50EA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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