Html Css Color HEX #4FCA42 Lime Green

📋 copy color: '#4FCA42'

red 79 ◦ green 202 ◦ blue 66

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

Shades of Lime Green #4FCA42

Tints of Lime Green #4FCA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.21%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 22.77%
G = 58.21%
B = 19.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#4FCA42 (or 0x4FCA42) is known color: Lime Green. HEX triplet: 4F, CA and 42. RGB value is (79,202,66). Sum of RGB (Red+Green+Blue) = 79+202+66=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCA42 is #B035BD. Grayscale: #969696. Windows color (decimal): -11548094 or 4377167. OLE color: 4377167.

HSL color Cylindrical-coordinate representation of color #4FCA42: hue angle of 114.26º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FCA42 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 79 202 66 -
CMYK 0.61 0 0.67 0.21
HSL 114.26º 0.56% 0.53% -
HSV(B) 114.26º 0.67% 0.79% -
XYZ 25.33 44.3 12.37 -
YUV 149.72 80.75 77.56 -
System Red Green Blue C M Y K H S L
Decimal 79 202 66 0.61 0 0.67 0.21 114.26 0.56 0.53
Hex 4F CA 42 3D 0 43 15 72 38 35
Octal 117 312 102 75 0 103 25 162 70 65
Binary 1001111 11001010 1000010 111101 0 1000011 10101 1110010 111000 110101

Color Harmonies of #4FCA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCA42

Black with #4FCA42

Text Example


Text Example

White with #4FCA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,202,66); }

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

background-color css

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

 a { background-color: rgb(79,202,66); }

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

border-color css

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

 span { border-color: rgb(79,202,66); }

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