Html Css Color HEX #50F02C Lime Green

📋 copy color: '#50F02C'

red 80 ◦ green 240 ◦ blue 44

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

Shades of Lime Green #50F02C

Tints of Lime Green #50F02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.09%

R = 21.98%
G = 65.93%
B = 12.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#50F02C (or 0x50F02C) is known color: Lime Green. HEX triplet: 50, F0 and 2C. RGB value is (80,240,44). Sum of RGB (Red+Green+Blue) = 80+240+44=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #50F02C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F02C is #AF0FD3. Grayscale: #AAAAAA. Windows color (decimal): -11472852 or 2945104. OLE color: 2945104.

HSL color Cylindrical-coordinate representation of color #50F02C: hue angle of 108.98º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50F02C is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 240 44 -
CMYK 0.67 0 0.82 0.06
HSL 108.98º 0.87% 0.56% -
HSV(B) 108.98º 0.82% 0.94% -
XYZ 34.92 64.21 12.94 -
YUV 169.82 56.99 63.94 -
System Red Green Blue C M Y K H S L
Decimal 80 240 44 0.67 0 0.82 0.06 108.98 0.87 0.56
Hex 50 F0 2C 43 0 52 6 6D 57 38
Octal 120 360 54 103 0 122 6 155 127 70
Binary 1010000 11110000 101100 1000011 0 1010010 110 1101101 1010111 111000

Color Harmonies of #50F02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F02C

Black with #50F02C

Text Example


Text Example

White with #50F02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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