Html Css Color HEX #4FD046 Lime Green

📋 copy color: '#4FD046'

red 79 ◦ green 208 ◦ blue 70

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

Shades of Lime Green #4FD046

Tints of Lime Green #4FD046

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.26%

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 22.13%
G = 58.26%
B = 19.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#4FD046 (or 0x4FD046) is known color: Lime Green. HEX triplet: 4F, D0 and 46. RGB value is (79,208,70). Sum of RGB (Red+Green+Blue) = 79+208+70=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #4FD046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD046 is #B02FB9. Grayscale: #9A9A9A. Windows color (decimal): -11546554 or 4640847. OLE color: 4640847.

HSL color Cylindrical-coordinate representation of color #4FD046: hue angle of 116.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FD046 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 79 208 70 -
CMYK 0.62 0 0.66 0.18
HSL 116.09º 0.59% 0.55% -
HSV(B) 116.09º 0.66% 0.82% -
XYZ 26.89 47.22 13.49 -
YUV 153.7 80.76 74.72 -
System Red Green Blue C M Y K H S L
Decimal 79 208 70 0.62 0 0.66 0.18 116.09 0.59 0.55
Hex 4F D0 46 3E 0 42 12 74 3B 37
Octal 117 320 106 76 0 102 22 164 73 67
Binary 1001111 11010000 1000110 111110 0 1000010 10010 1110100 111011 110111

Color Harmonies of #4FD046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD046

Black with #4FD046

Text Example


Text Example

White with #4FD046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,208,70); }

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

background-color css

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

 a { background-color: rgb(79,208,70); }

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

border-color css

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

 span { border-color: rgb(79,208,70); }

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