Html Css Color HEX #4FD752 Lime Green

📋 copy color: '#4FD752'

red 79 ◦ green 215 ◦ blue 82

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

Shades of Lime Green #4FD752

Tints of Lime Green #4FD752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.18%

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 21.01%
G = 57.18%
B = 21.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#4FD752 (or 0x4FD752) is known color: Lime Green. HEX triplet: 4F, D7 and 52. RGB value is (79,215,82). Sum of RGB (Red+Green+Blue) = 79+215+82=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 215 (84.38% from 255 or 57.18% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 215 - color contains mainly: green. Hex color #4FD752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FD752 is #B028AD. Grayscale: #9F9F9F. Windows color (decimal): -11544750 or 5429071. OLE color: 5429071.

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

Color convert

RGB 79 215 82 -
CMYK 0.63 0 0.62 0.16
HSL 121.32º 0.63% 0.58% -
HSV(B) 121.32º 0.63% 0.84% -
XYZ 29.05 50.87 16.27 -
YUV 159.17 84.44 70.81 -
System Red Green Blue C M Y K H S L
Decimal 79 215 82 0.63 0 0.62 0.16 121.32 0.63 0.58
Hex 4F D7 52 3F 0 3E 10 79 3F 3A
Octal 117 327 122 77 0 76 20 171 77 72
Binary 1001111 11010111 1010010 111111 0 111110 10000 1111001 111111 111010

Color Harmonies of #4FD752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD752

Black with #4FD752

Text Example


Text Example

White with #4FD752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,215,82); }

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

background-color css

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

 a { background-color: rgb(79,215,82); }

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

border-color css

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

 span { border-color: rgb(79,215,82); }

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