Html Css Color HEX #50E434 Lime Green

📋 copy color: '#50E434'

red 80 ◦ green 228 ◦ blue 52

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

Shades of Lime Green #50E434

Tints of Lime Green #50E434

RGB

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

 GREEN value IS 228 (89.45% from 255) = 63.33%

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

R = 22.22%
G = 63.33%
B = 14.44%

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

#50E434 (or 0x50E434) is known color: Lime Green. HEX triplet: 50, E4 and 34. RGB value is (80,228,52). Sum of RGB (Red+Green+Blue) = 80+228+52=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 228 (89.45% from 255 or 63.33% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 228 - color contains mainly: green. Hex color #50E434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E434 is #AF1BCB. Grayscale: #A4A4A4. Windows color (decimal): -11475916 or 3466320. OLE color: 3466320.

HSL color Cylindrical-coordinate representation of color #50E434: hue angle of 110.45º degrees, saturation: 0.77, 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 #50E434 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 228 52 -
CMYK 0.65 0 0.77 0.11
HSL 110.45º 0.77% 0.55% -
HSV(B) 110.45º 0.77% 0.89% -
XYZ 31.67 57.44 12.67 -
YUV 163.68 64.97 68.31 -
System Red Green Blue C M Y K H S L
Decimal 80 228 52 0.65 0 0.77 0.11 110.45 0.77 0.55
Hex 50 E4 34 41 0 4D B 6E 4D 37
Octal 120 344 64 101 0 115 13 156 115 67
Binary 1010000 11100100 110100 1000001 0 1001101 1011 1101110 1001101 110111

Color Harmonies of #50E434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E434

Black with #50E434

Text Example


Text Example

White with #50E434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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