Html Css Color HEX #50CD3F Lime Green

📋 copy color: '#50CD3F'

red 80 ◦ green 205 ◦ blue 63

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

Shades of Lime Green #50CD3F

Tints of Lime Green #50CD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.1%

R = 22.99%
G = 58.91%
B = 18.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#50CD3F (or 0x50CD3F) is known color: Lime Green. HEX triplet: 50, CD and 3F. RGB value is (80,205,63). Sum of RGB (Red+Green+Blue) = 80+205+63=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD3F is #AF32C0. Grayscale: #979797. Windows color (decimal): -11481793 or 4181328. OLE color: 4181328.

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

Color convert

RGB 80 205 63 -
CMYK 0.61 0 0.69 0.20
HSL 112.82º 0.59% 0.53% -
HSV(B) 112.82º 0.69% 0.8% -
XYZ 26.04 45.73 12.16 -
YUV 151.44 78.09 77.05 -
System Red Green Blue C M Y K H S L
Decimal 80 205 63 0.61 0 0.69 0.20 112.82 0.59 0.53
Hex 50 CD 3F 3D 0 45 14 71 3B 35
Octal 120 315 77 75 0 105 24 161 73 65
Binary 1010000 11001101 111111 111101 0 1000101 10100 1110001 111011 110101

Color Harmonies of #50CD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD3F

Black with #50CD3F

Text Example


Text Example

White with #50CD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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