Html Css Color HEX #50DE45 Lime Green

📋 copy color: '#50DE45'

red 80 ◦ green 222 ◦ blue 69

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

Shades of Lime Green #50DE45

Tints of Lime Green #50DE45

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.84%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 21.56%
G = 59.84%
B = 18.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#50DE45 (or 0x50DE45) is known color: Lime Green. HEX triplet: 50, DE and 45. RGB value is (80,222,69). Sum of RGB (Red+Green+Blue) = 80+222+69=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DE45 is #AF21BA. Grayscale: #A2A2A2. Windows color (decimal): -11477435 or 4578896. OLE color: 4578896.

HSL color Cylindrical-coordinate representation of color #50DE45: hue angle of 115.69º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50DE45 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 222 69 -
CMYK 0.64 0 0.69 0.13
HSL 115.69º 0.7% 0.57% -
HSV(B) 115.69º 0.69% 0.87% -
XYZ 30.5 54.38 14.52 -
YUV 162.1 75.46 69.44 -
System Red Green Blue C M Y K H S L
Decimal 80 222 69 0.64 0 0.69 0.13 115.69 0.7 0.57
Hex 50 DE 45 40 0 45 D 74 46 39
Octal 120 336 105 100 0 105 15 164 106 71
Binary 1010000 11011110 1000101 1000000 0 1000101 1101 1110100 1000110 111001

Color Harmonies of #50DE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DE45

Black with #50DE45

Text Example


Text Example

White with #50DE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,222,69); }

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

background-color css

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

 a { background-color: rgb(80,222,69); }

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

border-color css

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

 span { border-color: rgb(80,222,69); }

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