Html Css Color HEX #4FD352 Lime Green

📋 copy color: '#4FD352'

red 79 ◦ green 211 ◦ blue 82

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

Shades of Lime Green #4FD352

Tints of Lime Green #4FD352

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.72%

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

R = 21.24%
G = 56.72%
B = 22.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#4FD352 (or 0x4FD352) is known color: Lime Green. HEX triplet: 4F, D3 and 52. RGB value is (79,211,82). Sum of RGB (Red+Green+Blue) = 79+211+82=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 211 (82.81% from 255 or 56.72% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 211 - color contains mainly: green. Hex color #4FD352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FD352 is #B02CAD. Grayscale: #9D9D9D. Windows color (decimal): -11545774 or 5428047. OLE color: 5428047.

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

Color convert

RGB 79 211 82 -
CMYK 0.63 0 0.61 0.17
HSL 121.36º 0.6% 0.57% -
HSV(B) 121.36º 0.63% 0.83% -
XYZ 28.04 48.86 15.94 -
YUV 156.83 85.77 72.49 -
System Red Green Blue C M Y K H S L
Decimal 79 211 82 0.63 0 0.61 0.17 121.36 0.6 0.57
Hex 4F D3 52 3F 0 3D 11 79 3C 39
Octal 117 323 122 77 0 75 21 171 74 71
Binary 1001111 11010011 1010010 111111 0 111101 10001 1111001 111100 111001

Color Harmonies of #4FD352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD352

Black with #4FD352

Text Example


Text Example

White with #4FD352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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