Html Css Color HEX #50EE2B Lime Green

📋 copy color: '#50EE2B'

red 80 ◦ green 238 ◦ blue 43

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

Shades of Lime Green #50EE2B

Tints of Lime Green #50EE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 22.16%
G = 65.93%
B = 11.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#50EE2B (or 0x50EE2B) is known color: Lime Green. HEX triplet: 50, EE and 2B. RGB value is (80,238,43). Sum of RGB (Red+Green+Blue) = 80+238+43=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 238 (93.36% from 255 or 65.93% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EE2B is #AF11D4. Grayscale: #A9A9A9. Windows color (decimal): -11473365 or 2879056. OLE color: 2879056.

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

Color convert

RGB 80 238 43 -
CMYK 0.66 0 0.82 0.07
HSL 108.62º 0.85% 0.55% -
HSV(B) 108.62º 0.82% 0.93% -
XYZ 34.32 63.03 12.64 -
YUV 168.53 57.15 64.86 -
System Red Green Blue C M Y K H S L
Decimal 80 238 43 0.66 0 0.82 0.07 108.62 0.85 0.55
Hex 50 EE 2B 42 0 52 7 6D 55 37
Octal 120 356 53 102 0 122 7 155 125 67
Binary 1010000 11101110 101011 1000010 0 1010010 111 1101101 1010101 110111

Color Harmonies of #50EE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EE2B

Black with #50EE2B

Text Example


Text Example

White with #50EE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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