Html Css Color HEX #50CD41 Lime Green

📋 copy color: '#50CD41'

red 80 ◦ green 205 ◦ blue 65

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

Shades of Lime Green #50CD41

Tints of Lime Green #50CD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.57%

R = 22.86%
G = 58.57%
B = 18.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#50CD41 (or 0x50CD41) is known color: Lime Green. HEX triplet: 50, CD and 41. RGB value is (80,205,65). Sum of RGB (Red+Green+Blue) = 80+205+65=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 205 (80.47% from 255 or 58.57% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD41 is #AF32BE. Grayscale: #989898. Windows color (decimal): -11481791 or 4312400. OLE color: 4312400.

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

Color convert

RGB 80 205 65 -
CMYK 0.61 0 0.68 0.20
HSL 113.57º 0.58% 0.53% -
HSV(B) 113.57º 0.68% 0.8% -
XYZ 26.09 45.75 12.46 -
YUV 151.67 79.09 76.88 -
System Red Green Blue C M Y K H S L
Decimal 80 205 65 0.61 0 0.68 0.20 113.57 0.58 0.53
Hex 50 CD 41 3D 0 44 14 72 3A 35
Octal 120 315 101 75 0 104 24 162 72 65
Binary 1010000 11001101 1000001 111101 0 1000100 10100 1110010 111010 110101

Color Harmonies of #50CD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD41

Black with #50CD41

Text Example


Text Example

White with #50CD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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