Html Css Color HEX #50EF2B Lime Green

📋 copy color: '#50EF2B'

red 80 ◦ green 239 ◦ blue 43

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

Shades of Lime Green #50EF2B

Tints of Lime Green #50EF2B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 66.02%

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

R = 22.1%
G = 66.02%
B = 11.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#50EF2B (or 0x50EF2B) is known color: Lime Green. HEX triplet: 50, EF and 2B. RGB value is (80,239,43). Sum of RGB (Red+Green+Blue) = 80+239+43=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 239 (93.75% from 255 or 66.02% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EF2B is #AF10D4. Grayscale: #A9A9A9. Windows color (decimal): -11473109 or 2879312. OLE color: 2879312.

HSL color Cylindrical-coordinate representation of color #50EF2B: hue angle of 108.67º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50EF2B is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 239 43 -
CMYK 0.67 0 0.82 0.06
HSL 108.67º 0.86% 0.55% -
HSV(B) 108.67º 0.82% 0.94% -
XYZ 34.61 63.61 12.74 -
YUV 169.12 56.82 64.44 -
System Red Green Blue C M Y K H S L
Decimal 80 239 43 0.67 0 0.82 0.06 108.67 0.86 0.55
Hex 50 EF 2B 43 0 52 6 6D 56 37
Octal 120 357 53 103 0 122 6 155 126 67
Binary 1010000 11101111 101011 1000011 0 1010010 110 1101101 1010110 110111

Color Harmonies of #50EF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EF2B

Black with #50EF2B

Text Example


Text Example

White with #50EF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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