Html Css Color HEX #50F232 Lime Green

📋 copy color: '#50F232'

red 80 ◦ green 242 ◦ blue 50

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

Shades of Lime Green #50F232

Tints of Lime Green #50F232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 65.05%

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 21.51%
G = 65.05%
B = 13.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#50F232 (or 0x50F232) is known color: Lime Green. HEX triplet: 50, F2 and 32. RGB value is (80,242,50). Sum of RGB (Red+Green+Blue) = 80+242+50=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 242 (94.92% from 255 or 65.05% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 242 - color contains mainly: green. Hex color #50F232 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F232 is #AF0DCD. Grayscale: #ACACAC. Windows color (decimal): -11472334 or 3338832. OLE color: 3338832.

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

Color convert

RGB 80 242 50 -
CMYK 0.67 0 0.79 0.05
HSL 110.63º 0.88% 0.57% -
HSV(B) 110.63º 0.79% 0.95% -
XYZ 35.64 65.44 13.77 -
YUV 171.67 59.33 62.61 -
System Red Green Blue C M Y K H S L
Decimal 80 242 50 0.67 0 0.79 0.05 110.63 0.88 0.57
Hex 50 F2 32 43 0 4F 5 6F 58 39
Octal 120 362 62 103 0 117 5 157 130 71
Binary 1010000 11110010 110010 1000011 0 1001111 101 1101111 1011000 111001

Color Harmonies of #50F232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F232

Black with #50F232

Text Example


Text Example

White with #50F232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,242,50); }

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

background-color css

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

 a { background-color: rgb(80,242,50); }

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

border-color css

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

 span { border-color: rgb(80,242,50); }

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