Html Css Color HEX #50F036 Lime Green

📋 copy color: '#50F036'

red 80 ◦ green 240 ◦ blue 54

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

Shades of Lime Green #50F036

Tints of Lime Green #50F036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.17%

 BLUE value IS 54 (21.48% from 255) = 14.44%

R = 21.39%
G = 64.17%
B = 14.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#50F036 (or 0x50F036) is known color: Lime Green. HEX triplet: 50, F0 and 36. RGB value is (80,240,54). Sum of RGB (Red+Green+Blue) = 80+240+54=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #50F036 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F036 is #AF0FC9. Grayscale: #ABABAB. Windows color (decimal): -11472842 or 3600464. OLE color: 3600464.

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

Color convert

RGB 80 240 54 -
CMYK 0.67 0 0.78 0.06
HSL 111.61º 0.86% 0.58% -
HSV(B) 111.61º 0.78% 0.94% -
XYZ 35.13 64.29 14.05 -
YUV 170.96 61.99 63.12 -
System Red Green Blue C M Y K H S L
Decimal 80 240 54 0.67 0 0.78 0.06 111.61 0.86 0.58
Hex 50 F0 36 43 0 4E 6 70 56 3A
Octal 120 360 66 103 0 116 6 160 126 72
Binary 1010000 11110000 110110 1000011 0 1001110 110 1110000 1010110 111010

Color Harmonies of #50F036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F036

Black with #50F036

Text Example


Text Example

White with #50F036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,240,54); }

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

background-color css

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

 a { background-color: rgb(80,240,54); }

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

border-color css

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

 span { border-color: rgb(80,240,54); }

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