Html Css Color HEX #50F034 Lime Green

📋 copy color: '#50F034'

red 80 ◦ green 240 ◦ blue 52

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

Shades of Lime Green #50F034

Tints of Lime Green #50F034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 21.51%
G = 64.52%
B = 13.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#50F034 (or 0x50F034) is known color: Lime Green. HEX triplet: 50, F0 and 34. RGB value is (80,240,52). Sum of RGB (Red+Green+Blue) = 80+240+52=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 240 (94.14% from 255 or 64.52% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 240 - color contains mainly: green. Hex color #50F034 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F034 is #AF0FCB. Grayscale: #ABABAB. Windows color (decimal): -11472844 or 3469392. OLE color: 3469392.

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

Color convert

RGB 80 240 52 -
CMYK 0.67 0 0.78 0.06
HSL 111.06º 0.86% 0.57% -
HSV(B) 111.06º 0.78% 0.94% -
XYZ 35.09 64.27 13.81 -
YUV 170.73 60.99 63.29 -
System Red Green Blue C M Y K H S L
Decimal 80 240 52 0.67 0 0.78 0.06 111.06 0.86 0.57
Hex 50 F0 34 43 0 4E 6 6F 56 39
Octal 120 360 64 103 0 116 6 157 126 71
Binary 1010000 11110000 110100 1000011 0 1001110 110 1101111 1010110 111001

Color Harmonies of #50F034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F034

Black with #50F034

Text Example


Text Example

White with #50F034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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