Html Css Color HEX #50F239 Lime Green

📋 copy color: '#50F239'

red 80 ◦ green 242 ◦ blue 57

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

Shades of Lime Green #50F239

Tints of Lime Green #50F239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.04%

R = 21.11%
G = 63.85%
B = 15.04%

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

#50F239 (or 0x50F239) is known color: Lime Green. HEX triplet: 50, F2 and 39. RGB value is (80,242,57). Sum of RGB (Red+Green+Blue) = 80+242+57=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #50F239 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F239 is #AF0DC6. Grayscale: #ADADAD. Windows color (decimal): -11472327 or 3797584. OLE color: 3797584.

HSL color Cylindrical-coordinate representation of color #50F239: hue angle of 112.54º 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 #50F239 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 57 -
CMYK 0.67 0 0.76 0.05
HSL 112.54º 0.88% 0.59% -
HSV(B) 112.54º 0.76% 0.95% -
XYZ 35.8 65.51 14.63 -
YUV 172.47 62.83 62.04 -
System Red Green Blue C M Y K H S L
Decimal 80 242 57 0.67 0 0.76 0.05 112.54 0.88 0.59
Hex 50 F2 39 43 0 4C 5 71 58 3B
Octal 120 362 71 103 0 114 5 161 130 73
Binary 1010000 11110010 111001 1000011 0 1001100 101 1110001 1011000 111011

Color Harmonies of #50F239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F239

Black with #50F239

Text Example


Text Example

White with #50F239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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