Html Css Color HEX #4FD552 Lime Green

📋 copy color: '#4FD552'

red 79 ◦ green 213 ◦ blue 82

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

Shades of Lime Green #4FD552

Tints of Lime Green #4FD552

RGB

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

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

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

R = 21.12%
G = 56.95%
B = 21.93%

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

#4FD552 (or 0x4FD552) is known color: Lime Green. HEX triplet: 4F, D5 and 52. RGB value is (79,213,82). Sum of RGB (Red+Green+Blue) = 79+213+82=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #4FD552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FD552 is #B02AAD. Grayscale: #9E9E9E. Windows color (decimal): -11545262 or 5428559. OLE color: 5428559.

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

Color convert

RGB 79 213 82 -
CMYK 0.63 0 0.62 0.16
HSL 121.34º 0.61% 0.57% -
HSV(B) 121.34º 0.63% 0.84% -
XYZ 28.54 49.86 16.1 -
YUV 158 85.11 71.65 -
System Red Green Blue C M Y K H S L
Decimal 79 213 82 0.63 0 0.62 0.16 121.34 0.61 0.57
Hex 4F D5 52 3F 0 3E 10 79 3D 39
Octal 117 325 122 77 0 76 20 171 75 71
Binary 1001111 11010101 1010010 111111 0 111110 10000 1111001 111101 111001

Color Harmonies of #4FD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD552

Black with #4FD552

Text Example


Text Example

White with #4FD552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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