Html Css Color HEX #50EB28 Lime Green

📋 copy color: '#50EB28'

red 80 ◦ green 235 ◦ blue 40

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

Shades of Lime Green #50EB28

Tints of Lime Green #50EB28

RGB

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

 GREEN value IS 235 (92.19% from 255) = 66.2%

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

R = 22.54%
G = 66.2%
B = 11.27%

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

#50EB28 (or 0x50EB28) is known color: Lime Green. HEX triplet: 50, EB and 28. RGB value is (80,235,40). Sum of RGB (Red+Green+Blue) = 80+235+40=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 235 (92.19% from 255 or 66.20% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EB28 is #AF14D7. Grayscale: #A7A7A7. Windows color (decimal): -11474136 or 2681680. OLE color: 2681680.

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

Color convert

RGB 80 235 40 -
CMYK 0.66 0 0.83 0.08
HSL 107.69º 0.83% 0.54% -
HSV(B) 107.69º 0.83% 0.92% -
XYZ 33.4 61.28 12.07 -
YUV 166.43 56.65 66.36 -
System Red Green Blue C M Y K H S L
Decimal 80 235 40 0.66 0 0.83 0.08 107.69 0.83 0.54
Hex 50 EB 28 42 0 53 8 6C 53 36
Octal 120 353 50 102 0 123 10 154 123 66
Binary 1010000 11101011 101000 1000010 0 1010011 1000 1101100 1010011 110110

Color Harmonies of #50EB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EB28

Black with #50EB28

Text Example


Text Example

White with #50EB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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