Html Css Color HEX #4DCF50 Lime Green

📋 copy color: '#4DCF50'

red 77 ◦ green 207 ◦ blue 80

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

Shades of Lime Green #4DCF50

Tints of Lime Green #4DCF50

RGB

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

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

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

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

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #4DCF50: hue angle of 121.38º 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 #4DCF50 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 207 80 -
CMYK 0.63 0 0.61 0.19
HSL 121.38º 0.58% 0.56% -
HSV(B) 121.38º 0.63% 0.81% -
XYZ 26.82 46.78 15.21 -
YUV 153.65 86.43 73.33 -
System Red Green Blue C M Y K H S L
Decimal 77 207 80 0.63 0 0.61 0.19 121.38 0.58 0.56
Hex 4D CF 50 3F 0 3D 13 79 3A 38
Octal 115 317 120 77 0 75 23 171 72 70
Binary 1001101 11001111 1010000 111111 0 111101 10011 1111001 111010 111000

Color Harmonies of #4DCF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCF50

Black with #4DCF50

Text Example


Text Example

White with #4DCF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DCF50; }

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

 H1.HeaderClassName
 {
   color: #4DCF50;
 }
 .AnyTagClassName
 {
   color: #4DCF50;
 }
</style>

background-color css

<style>
 a { background-color: #4DCF50; }

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

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

border-color css

<style>
 span { border-color: #4DCF50; }

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

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