Html Css Color HEX #50E633 Lime Green

📋 copy color: '#50E633'

red 80 ◦ green 230 ◦ blue 51

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

Shades of Lime Green #50E633

Tints of Lime Green #50E633

RGB

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

 GREEN value IS 230 (90.23% from 255) = 63.71%

 BLUE value IS 51 (20.31% from 255) = 14.13%

R = 22.16%
G = 63.71%
B = 14.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#50E633 (or 0x50E633) is known color: Lime Green. HEX triplet: 50, E6 and 33. RGB value is (80,230,51). Sum of RGB (Red+Green+Blue) = 80+230+51=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 230 (90.23% from 255 or 63.71% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 230 - color contains mainly: green. Hex color #50E633 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E633 is #AF19CC. Grayscale: #A5A5A5. Windows color (decimal): -11475405 or 3401296. OLE color: 3401296.

HSL color Cylindrical-coordinate representation of color #50E633: hue angle of 110.28º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50E633 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 230 51 -
CMYK 0.65 0 0.78 0.10
HSL 110.28º 0.78% 0.55% -
HSV(B) 110.28º 0.78% 0.9% -
XYZ 32.2 58.54 12.73 -
YUV 164.74 63.81 67.55 -
System Red Green Blue C M Y K H S L
Decimal 80 230 51 0.65 0 0.78 0.10 110.28 0.78 0.55
Hex 50 E6 33 41 0 4E A 6E 4E 37
Octal 120 346 63 101 0 116 12 156 116 67
Binary 1010000 11100110 110011 1000001 0 1001110 1010 1101110 1001110 110111

Color Harmonies of #50E633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E633

Black with #50E633

Text Example


Text Example

White with #50E633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,230,51); }

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

background-color css

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

 a { background-color: rgb(80,230,51); }

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

border-color css

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

 span { border-color: rgb(80,230,51); }

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