Html Css Color HEX #4FE145 Lime Green

📋 copy color: '#4FE145'

red 79 ◦ green 225 ◦ blue 69

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

Shades of Lime Green #4FE145

Tints of Lime Green #4FE145

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.32%

 BLUE value IS 69 (27.34% from 255) = 18.5%

R = 21.18%
G = 60.32%
B = 18.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#4FE145 (or 0x4FE145) is known color: Lime Green. HEX triplet: 4F, E1 and 45. RGB value is (79,225,69). Sum of RGB (Red+Green+Blue) = 79+225+69=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE145 is #B01EBA. Grayscale: #A4A4A4. Windows color (decimal): -11542203 or 4579663. OLE color: 4579663.

HSL color Cylindrical-coordinate representation of color #4FE145: hue angle of 116.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FE145 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 79 225 69 -
CMYK 0.65 0 0.69 0.12
HSL 116.15º 0.72% 0.58% -
HSV(B) 116.15º 0.69% 0.88% -
XYZ 31.22 55.94 14.78 -
YUV 163.56 74.63 67.68 -
System Red Green Blue C M Y K H S L
Decimal 79 225 69 0.65 0 0.69 0.12 116.15 0.72 0.58
Hex 4F E1 45 41 0 45 C 74 48 3A
Octal 117 341 105 101 0 105 14 164 110 72
Binary 1001111 11100001 1000101 1000001 0 1000101 1100 1110100 1001000 111010

Color Harmonies of #4FE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE145

Black with #4FE145

Text Example


Text Example

White with #4FE145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,225,69); }

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

background-color css

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

 a { background-color: rgb(79,225,69); }

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

border-color css

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

 span { border-color: rgb(79,225,69); }

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