Html Css Color HEX #4FA122 Limeade

📋 copy color: '#4FA122'

red 79 ◦ green 161 ◦ blue 34

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

Shades of Limeade #4FA122

Tints of Limeade #4FA122

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.76%

 BLUE value IS 34 (13.67% from 255) = 12.41%

R = 28.83%
G = 58.76%
B = 12.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#4FA122 (or 0x4FA122) is known color: Limeade. HEX triplet: 4F, A1 and 22. RGB value is (79,161,34). Sum of RGB (Red+Green+Blue) = 79+161+34=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA122 is #B05EDD. Grayscale: #7A7A7A. Windows color (decimal): -11558622 or 2269519. OLE color: 2269519.

HSL color Cylindrical-coordinate representation of color #4FA122: hue angle of 98.74º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FA122 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 161 34 -
CMYK 0.51 0 0.79 0.37
HSL 98.74º 0.65% 0.38% -
HSV(B) 98.74º 0.79% 0.63% -
XYZ 16.26 27.27 5.92 -
YUV 122 78.33 97.33 -
System Red Green Blue C M Y K H S L
Decimal 79 161 34 0.51 0 0.79 0.37 98.74 0.65 0.38
Hex 4F A1 22 33 0 4F 25 63 41 26
Octal 117 241 42 63 0 117 45 143 101 46
Binary 1001111 10100001 100010 110011 0 1001111 100101 1100011 1000001 100110

Color Harmonies of #4FA122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA122

Black with #4FA122

Text Example


Text Example

White with #4FA122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,161,34); }

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

background-color css

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

 a { background-color: rgb(79,161,34); }

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

border-color css

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

 span { border-color: rgb(79,161,34); }

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