Html Css Color HEX #50CF4D Lime Green

📋 copy color: '#50CF4D'

red 80 ◦ green 207 ◦ blue 77

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

Shades of Lime Green #50CF4D

Tints of Lime Green #50CF4D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.87%

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 21.98%
G = 56.87%
B = 21.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#50CF4D (or 0x50CF4D) is known color: Lime Green. HEX triplet: 50, CF and 4D. RGB value is (80,207,77). Sum of RGB (Red+Green+Blue) = 80+207+77=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CF4D is #AF30B2. Grayscale: #9A9A9A. Windows color (decimal): -11481267 or 5099344. OLE color: 5099344.

HSL color Cylindrical-coordinate representation of color #50CF4D: hue angle of 118.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50CF4D is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 207 77 -
CMYK 0.61 0 0.63 0.19
HSL 118.62º 0.58% 0.56% -
HSV(B) 118.62º 0.63% 0.81% -
XYZ 26.96 46.87 14.65 -
YUV 154.21 84.42 75.07 -
System Red Green Blue C M Y K H S L
Decimal 80 207 77 0.61 0 0.63 0.19 118.62 0.58 0.56
Hex 50 CF 4D 3D 0 3F 13 77 3A 38
Octal 120 317 115 75 0 77 23 167 72 70
Binary 1010000 11001111 1001101 111101 0 111111 10011 1110111 111010 111000

Color Harmonies of #50CF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF4D

Black with #50CF4D

Text Example


Text Example

White with #50CF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,207,77); }

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

background-color css

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

 a { background-color: rgb(80,207,77); }

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

border-color css

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

 span { border-color: rgb(80,207,77); }

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