Html Css Color HEX #50F23A Lime Green

📋 copy color: '#50F23A'

red 80 ◦ green 242 ◦ blue 58

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

Shades of Lime Green #50F23A

Tints of Lime Green #50F23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.26%

R = 21.05%
G = 63.68%
B = 15.26%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#50F23A (or 0x50F23A) is known color: Lime Green. HEX triplet: 50, F2 and 3A. RGB value is (80,242,58). Sum of RGB (Red+Green+Blue) = 80+242+58=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 242 (94.92% from 255 or 63.68% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 242 - color contains mainly: green. Hex color #50F23A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F23A is #AF0DC5. Grayscale: #ADADAD. Windows color (decimal): -11472326 or 3863120. OLE color: 3863120.

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

Color convert

RGB 80 242 58 -
CMYK 0.67 0 0.76 0.05
HSL 112.83º 0.88% 0.59% -
HSV(B) 112.83º 0.76% 0.95% -
XYZ 35.82 65.52 14.76 -
YUV 172.59 63.33 61.96 -
System Red Green Blue C M Y K H S L
Decimal 80 242 58 0.67 0 0.76 0.05 112.83 0.88 0.59
Hex 50 F2 3A 43 0 4C 5 71 58 3B
Octal 120 362 72 103 0 114 5 161 130 73
Binary 1010000 11110010 111010 1000011 0 1001100 101 1110001 1011000 111011

Color Harmonies of #50F23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F23A

Black with #50F23A

Text Example


Text Example

White with #50F23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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