Html Css Color HEX #4DF531 Lime Green

📋 copy color: '#4DF531'

red 77 ◦ green 245 ◦ blue 49

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

Shades of Lime Green #4DF531

Tints of Lime Green #4DF531

RGB

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

 GREEN value IS 245 (96.09% from 255) = 66.04%

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 20.75%
G = 66.04%
B = 13.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#4DF531 (or 0x4DF531) is known color: Lime Green. HEX triplet: 4D, F5 and 31. RGB value is (77,245,49). Sum of RGB (Red+Green+Blue) = 77+245+49=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 245 (96.09% from 255 or 66.04% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF531 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF531 is #B20ACE. Grayscale: #ADADAD. Windows color (decimal): -11668175 or 3274061. OLE color: 3274061.

HSL color Cylindrical-coordinate representation of color #4DF531: hue angle of 111.43º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DF531 is Cyan = 0.69, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB 77 245 49 -
CMYK 0.69 0 0.8 0.04
HSL 111.43º 0.91% 0.58% -
HSV(B) 111.43º 0.8% 0.96% -
XYZ 36.27 67.1 13.95 -
YUV 172.42 58.34 59.94 -
System Red Green Blue C M Y K H S L
Decimal 77 245 49 0.69 0 0.8 0.04 111.43 0.91 0.58
Hex 4D F5 31 45 0 50 4 6F 5B 3A
Octal 115 365 61 105 0 120 4 157 133 72
Binary 1001101 11110101 110001 1000101 0 1010000 100 1101111 1011011 111010

Color Harmonies of #4DF531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF531

Black with #4DF531

Text Example


Text Example

White with #4DF531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,245,49); }

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

background-color css

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

 a { background-color: rgb(77,245,49); }

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

border-color css

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

 span { border-color: rgb(77,245,49); }

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