Html Css Color HEX #50E334 Lime Green

📋 copy color: '#50E334'

red 80 ◦ green 227 ◦ blue 52

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

Shades of Lime Green #50E334

Tints of Lime Green #50E334

RGB

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

 GREEN value IS 227 (89.06% from 255) = 63.23%

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

R = 22.28%
G = 63.23%
B = 14.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#50E334 (or 0x50E334) is known color: Lime Green. HEX triplet: 50, E3 and 34. RGB value is (80,227,52). Sum of RGB (Red+Green+Blue) = 80+227+52=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 227 (89.06% from 255 or 63.23% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 227 - color contains mainly: green. Hex color #50E334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E334 is #AF1CCB. Grayscale: #A3A3A3. Windows color (decimal): -11476172 or 3466064. OLE color: 3466064.

HSL color Cylindrical-coordinate representation of color #50E334: hue angle of 110.4º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50E334 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 227 52 -
CMYK 0.65 0 0.77 0.11
HSL 110.4º 0.76% 0.55% -
HSV(B) 110.4º 0.77% 0.89% -
XYZ 31.4 56.89 12.58 -
YUV 163.1 65.3 68.73 -
System Red Green Blue C M Y K H S L
Decimal 80 227 52 0.65 0 0.77 0.11 110.4 0.76 0.55
Hex 50 E3 34 41 0 4D B 6E 4C 37
Octal 120 343 64 101 0 115 13 156 114 67
Binary 1010000 11100011 110100 1000001 0 1001101 1011 1101110 1001100 110111

Color Harmonies of #50E334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E334

Black with #50E334

Text Example


Text Example

White with #50E334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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