Html Css Color HEX #50CF4F Lime Green

📋 copy color: '#50CF4F'

red 80 ◦ green 207 ◦ blue 79

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

Shades of Lime Green #50CF4F

Tints of Lime Green #50CF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 21.86%
G = 56.56%
B = 21.58%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#50CF4F (or 0x50CF4F) is known color: Lime Green. HEX triplet: 50, CF and 4F. RGB value is (80,207,79). Sum of RGB (Red+Green+Blue) = 80+207+79=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CF4F is #AF30B0. Grayscale: #9A9A9A. Windows color (decimal): -11481265 or 5230416. OLE color: 5230416.

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

Color convert

RGB 80 207 79 -
CMYK 0.61 0 0.62 0.19
HSL 119.53º 0.57% 0.56% -
HSV(B) 119.53º 0.62% 0.81% -
XYZ 27.03 46.9 15.02 -
YUV 154.44 85.42 74.91 -
System Red Green Blue C M Y K H S L
Decimal 80 207 79 0.61 0 0.62 0.19 119.53 0.57 0.56
Hex 50 CF 4F 3D 0 3E 13 78 39 38
Octal 120 317 117 75 0 76 23 170 71 70
Binary 1010000 11001111 1001111 111101 0 111110 10011 1111000 111001 111000

Color Harmonies of #50CF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF4F

Black with #50CF4F

Text Example


Text Example

White with #50CF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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