Html Css Color HEX #50CD45 Lime Green

📋 copy color: '#50CD45'

red 80 ◦ green 205 ◦ blue 69

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

Shades of Lime Green #50CD45

Tints of Lime Green #50CD45

RGB

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

 GREEN value IS 205 (80.47% from 255) = 57.91%

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

R = 22.6%
G = 57.91%
B = 19.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#50CD45 (or 0x50CD45) is known color: Lime Green. HEX triplet: 50, CD and 45. RGB value is (80,205,69). Sum of RGB (Red+Green+Blue) = 80+205+69=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD45 is #AF32BA. Grayscale: #989898. Windows color (decimal): -11481787 or 4574544. OLE color: 4574544.

HSL color Cylindrical-coordinate representation of color #50CD45: hue angle of 115.15º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50CD45 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 205 69 -
CMYK 0.61 0 0.66 0.20
HSL 115.15º 0.58% 0.54% -
HSV(B) 115.15º 0.66% 0.8% -
XYZ 26.21 45.8 13.09 -
YUV 152.12 81.09 76.56 -
System Red Green Blue C M Y K H S L
Decimal 80 205 69 0.61 0 0.66 0.20 115.15 0.58 0.54
Hex 50 CD 45 3D 0 42 14 73 3A 36
Octal 120 315 105 75 0 102 24 163 72 66
Binary 1010000 11001101 1000101 111101 0 1000010 10100 1110011 111010 110110

Color Harmonies of #50CD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD45

Black with #50CD45

Text Example


Text Example

White with #50CD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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