Html Css Color HEX #50EE3B Lime Green

📋 copy color: '#50EE3B'

red 80 ◦ green 238 ◦ blue 59

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

Shades of Lime Green #50EE3B

Tints of Lime Green #50EE3B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 63.13%

 BLUE value IS 59 (23.44% from 255) = 15.65%

R = 21.22%
G = 63.13%
B = 15.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#50EE3B (or 0x50EE3B) is known color: Lime Green. HEX triplet: 50, EE and 3B. RGB value is (80,238,59). Sum of RGB (Red+Green+Blue) = 80+238+59=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 238 (93.36% from 255 or 63.13% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE3B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EE3B is #AF11C4. Grayscale: #AAAAAA. Windows color (decimal): -11473349 or 3927632. OLE color: 3927632.

HSL color Cylindrical-coordinate representation of color #50EE3B: hue angle of 112.96º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50EE3B is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 238 59 -
CMYK 0.66 0 0.75 0.07
HSL 112.96º 0.84% 0.58% -
HSV(B) 112.96º 0.75% 0.93% -
XYZ 34.67 63.17 14.5 -
YUV 170.35 65.15 63.55 -
System Red Green Blue C M Y K H S L
Decimal 80 238 59 0.66 0 0.75 0.07 112.96 0.84 0.58
Hex 50 EE 3B 42 0 4B 7 71 54 3A
Octal 120 356 73 102 0 113 7 161 124 72
Binary 1010000 11101110 111011 1000010 0 1001011 111 1110001 1010100 111010

Color Harmonies of #50EE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EE3B

Black with #50EE3B

Text Example


Text Example

White with #50EE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,238,59); }

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

background-color css

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

 a { background-color: rgb(80,238,59); }

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

border-color css

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

 span { border-color: rgb(80,238,59); }

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