Html Css Color HEX #4FDE46 Lime Green

📋 copy color: '#4FDE46'

red 79 ◦ green 222 ◦ blue 70

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

Shades of Lime Green #4FDE46

Tints of Lime Green #4FDE46

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.84%

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

R = 21.29%
G = 59.84%
B = 18.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#4FDE46 (or 0x4FDE46) is known color: Lime Green. HEX triplet: 4F, DE and 46. RGB value is (79,222,70). Sum of RGB (Red+Green+Blue) = 79+222+70=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDE46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FDE46 is #B021B9. Grayscale: #A2A2A2. Windows color (decimal): -11542970 or 4644431. OLE color: 4644431.

HSL color Cylindrical-coordinate representation of color #4FDE46: hue angle of 116.45º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FDE46 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 222 70 -
CMYK 0.64 0 0.68 0.13
HSL 116.45º 0.7% 0.57% -
HSV(B) 116.45º 0.68% 0.87% -
XYZ 30.45 54.35 14.68 -
YUV 161.92 76.12 68.86 -
System Red Green Blue C M Y K H S L
Decimal 79 222 70 0.64 0 0.68 0.13 116.45 0.7 0.57
Hex 4F DE 46 40 0 44 D 74 46 39
Octal 117 336 106 100 0 104 15 164 106 71
Binary 1001111 11011110 1000110 1000000 0 1000100 1101 1110100 1000110 111001

Color Harmonies of #4FDE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDE46

Black with #4FDE46

Text Example


Text Example

White with #4FDE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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