Html Css Color HEX #4FD532 Lime Green

📋 copy color: '#4FD532'

red 79 ◦ green 213 ◦ blue 50

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

Shades of Lime Green #4FD532

Tints of Lime Green #4FD532

RGB

 RED value IS 79 (31.25% from 255) = 23.1%

 GREEN value IS 213 (83.59% from 255) = 62.28%

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 23.1%
G = 62.28%
B = 14.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#4FD532 (or 0x4FD532) is known color: Lime Green. HEX triplet: 4F, D5 and 32. RGB value is (79,213,50). Sum of RGB (Red+Green+Blue) = 79+213+50=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #4FD532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD532 is #B02ACD. Grayscale: #9A9A9A. Windows color (decimal): -11545294 or 3331407. OLE color: 3331407.

HSL color Cylindrical-coordinate representation of color #4FD532: hue angle of 109.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4FD532 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 79 213 50 -
CMYK 0.63 0 0.77 0.16
HSL 109.33º 0.66% 0.52% -
HSV(B) 109.33º 0.77% 0.84% -
XYZ 27.59 49.48 11.11 -
YUV 154.35 69.11 74.25 -
System Red Green Blue C M Y K H S L
Decimal 79 213 50 0.63 0 0.77 0.16 109.33 0.66 0.52
Hex 4F D5 32 3F 0 4D 10 6D 42 34
Octal 117 325 62 77 0 115 20 155 102 64
Binary 1001111 11010101 110010 111111 0 1001101 10000 1101101 1000010 110100

Color Harmonies of #4FD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD532

Black with #4FD532

Text Example


Text Example

White with #4FD532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,213,50); }

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

background-color css

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

 a { background-color: rgb(79,213,50); }

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

border-color css

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

 span { border-color: rgb(79,213,50); }

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