Html Css Color HEX #4FD448 Lime Green

📋 copy color: '#4FD448'

red 79 ◦ green 212 ◦ blue 72

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

Shades of Lime Green #4FD448

Tints of Lime Green #4FD448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.4%

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 21.76%
G = 58.4%
B = 19.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#4FD448 (or 0x4FD448) is known color: Lime Green. HEX triplet: 4F, D4 and 48. RGB value is (79,212,72). Sum of RGB (Red+Green+Blue) = 79+212+72=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 212 (83.20% from 255 or 58.40% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 212 - color contains mainly: green. Hex color #4FD448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD448 is #B02BB7. Grayscale: #9C9C9C. Windows color (decimal): -11545528 or 4772943. OLE color: 4772943.

HSL color Cylindrical-coordinate representation of color #4FD448: hue angle of 117º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FD448 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 79 212 72 -
CMYK 0.63 0 0.66 0.17
HSL 117º 0.62% 0.56% -
HSV(B) 117º 0.66% 0.83% -
XYZ 27.94 49.22 14.16 -
YUV 156.27 80.44 72.88 -
System Red Green Blue C M Y K H S L
Decimal 79 212 72 0.63 0 0.66 0.17 117 0.62 0.56
Hex 4F D4 48 3F 0 42 11 75 3E 38
Octal 117 324 110 77 0 102 21 165 76 70
Binary 1001111 11010100 1001000 111111 0 1000010 10001 1110101 111110 111000

Color Harmonies of #4FD448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD448

Black with #4FD448

Text Example


Text Example

White with #4FD448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,212,72); }

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

background-color css

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

 a { background-color: rgb(79,212,72); }

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

border-color css

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

 span { border-color: rgb(79,212,72); }

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