Html Css Color HEX #50E626 Lime Green

📋 copy color: '#50E626'

red 80 ◦ green 230 ◦ blue 38

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

Shades of Lime Green #50E626

Tints of Lime Green #50E626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.92%

R = 22.99%
G = 66.09%
B = 10.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#50E626 (or 0x50E626) is known color: Lime Green. HEX triplet: 50, E6 and 26. RGB value is (80,230,38). Sum of RGB (Red+Green+Blue) = 80+230+38=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 230 (90.23% from 255 or 66.09% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 230 - color contains mainly: green. Hex color #50E626 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E626 is #AF19D9. Grayscale: #A3A3A3. Windows color (decimal): -11475418 or 2549328. OLE color: 2549328.

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

Color convert

RGB 80 230 38 -
CMYK 0.65 0 0.83 0.10
HSL 106.88º 0.79% 0.53% -
HSV(B) 106.88º 0.83% 0.9% -
XYZ 31.95 58.44 11.43 -
YUV 163.26 57.31 68.61 -
System Red Green Blue C M Y K H S L
Decimal 80 230 38 0.65 0 0.83 0.10 106.88 0.79 0.53
Hex 50 E6 26 41 0 53 A 6B 4F 35
Octal 120 346 46 101 0 123 12 153 117 65
Binary 1010000 11100110 100110 1000001 0 1010011 1010 1101011 1001111 110101

Color Harmonies of #50E626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E626

Black with #50E626

Text Example


Text Example

White with #50E626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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