Html Css Color HEX #50EE2C Lime Green

📋 copy color: '#50EE2C'

red 80 ◦ green 238 ◦ blue 44

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

Shades of Lime Green #50EE2C

Tints of Lime Green #50EE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.15%

R = 22.1%
G = 65.75%
B = 12.15%

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

#50EE2C (or 0x50EE2C) is known color: Lime Green. HEX triplet: 50, EE and 2C. RGB value is (80,238,44). Sum of RGB (Red+Green+Blue) = 80+238+44=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 238 (93.36% from 255 or 65.75% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EE2C is #AF11D3. Grayscale: #A9A9A9. Windows color (decimal): -11473364 or 2944592. OLE color: 2944592.

HSL color Cylindrical-coordinate representation of color #50EE2C: hue angle of 108.87º 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 #50EE2C is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 238 44 -
CMYK 0.66 0 0.82 0.07
HSL 108.87º 0.85% 0.55% -
HSV(B) 108.87º 0.82% 0.93% -
XYZ 34.34 63.04 12.74 -
YUV 168.64 57.65 64.77 -
System Red Green Blue C M Y K H S L
Decimal 80 238 44 0.66 0 0.82 0.07 108.87 0.85 0.55
Hex 50 EE 2C 42 0 52 7 6D 55 37
Octal 120 356 54 102 0 122 7 155 125 67
Binary 1010000 11101110 101100 1000010 0 1010010 111 1101101 1010101 110111

Color Harmonies of #50EE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EE2C

Black with #50EE2C

Text Example


Text Example

White with #50EE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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