Html Css Color HEX #50E630 Lime Green

📋 copy color: '#50E630'

red 80 ◦ green 230 ◦ blue 48

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

Shades of Lime Green #50E630

Tints of Lime Green #50E630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.41%

R = 22.35%
G = 64.25%
B = 13.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#50E630 (or 0x50E630) is known color: Lime Green. HEX triplet: 50, E6 and 30. RGB value is (80,230,48). Sum of RGB (Red+Green+Blue) = 80+230+48=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 230 (90.23% from 255 or 64.25% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 230 - color contains mainly: green. Hex color #50E630 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E630 is #AF19CF. Grayscale: #A4A4A4. Windows color (decimal): -11475408 or 3204688. OLE color: 3204688.

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

Color convert

RGB 80 230 48 -
CMYK 0.65 0 0.79 0.10
HSL 109.45º 0.78% 0.55% -
HSV(B) 109.45º 0.79% 0.9% -
XYZ 32.14 58.51 12.4 -
YUV 164.4 62.31 67.8 -
System Red Green Blue C M Y K H S L
Decimal 80 230 48 0.65 0 0.79 0.10 109.45 0.78 0.55
Hex 50 E6 30 41 0 4F A 6D 4E 37
Octal 120 346 60 101 0 117 12 155 116 67
Binary 1010000 11100110 110000 1000001 0 1001111 1010 1101101 1001110 110111

Color Harmonies of #50E630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E630

Black with #50E630

Text Example


Text Example

White with #50E630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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