Html Css Color HEX #50F136 Lime Green

📋 copy color: '#50F136'

red 80 ◦ green 241 ◦ blue 54

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

Shades of Lime Green #50F136

Tints of Lime Green #50F136

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.27%

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

R = 21.33%
G = 64.27%
B = 14.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#50F136 (or 0x50F136) is known color: Lime Green. HEX triplet: 50, F1 and 36. RGB value is (80,241,54). Sum of RGB (Red+Green+Blue) = 80+241+54=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #50F136 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F136 is #AF0EC9. Grayscale: #ACACAC. Windows color (decimal): -11472586 or 3600720. OLE color: 3600720.

HSL color Cylindrical-coordinate representation of color #50F136: hue angle of 111.66º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50F136 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 241 54 -
CMYK 0.67 0 0.78 0.05
HSL 111.66º 0.87% 0.58% -
HSV(B) 111.66º 0.78% 0.95% -
XYZ 35.43 64.88 14.15 -
YUV 171.54 61.66 62.71 -
System Red Green Blue C M Y K H S L
Decimal 80 241 54 0.67 0 0.78 0.05 111.66 0.87 0.58
Hex 50 F1 36 43 0 4E 5 70 57 3A
Octal 120 361 66 103 0 116 5 160 127 72
Binary 1010000 11110001 110110 1000011 0 1001110 101 1110000 1010111 111010

Color Harmonies of #50F136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F136

Black with #50F136

Text Example


Text Example

White with #50F136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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