#4FA225

Color #4FA225 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #4FA225

Tints of Limeade #4FA225

Color information

#4FA225 (or 0x4FA225) is unknown color: approx Limeade. HEX triplet: 4F, A2 and 25. RGB value is (79,162,37). Sum of RGB (Red+Green+Blue) = 79+162+37=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA225 is #B05DDA. Grayscale: #7B7B7B. Windows color (decimal): -11558363 or 2466383. OLE color: 2466383.

HSL color Cylindrical-coordinate representation of color #4FA225: hue angle of 99.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4FA225 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB7916237-
CMYK0.5100.770.36
HSL99.84º62.81%39.02%-
HSV(B)99.84º77.16%63.53%-
XYZ16.4827.646.22-
YUV122.9379.596.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.42%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 37 (14.84% from 255) = 13.31%
R=28.42%
G=58.27%
B=13.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79162370.5100.770.3699.8462.8139.02
Hex4FA2253304D24643f27
Octal11724245630115441447747
Binary100111110100010100101110011010011011001001100100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,162,37); }

 H1.HeaderClassName
 {
   color: #4FA225;
 }
 .AnyTagClassName
 {
   color: #4FA225;
 }
</style>
background-color css

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

 a { background-color: rgb(79,162,37); }

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

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

 span { border-color: rgb(79,162,37); }

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