#4F9525

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

Shades of Limeade #4F9525

Tints of Limeade #4F9525

Color information

#4F9525 (or 0x4F9525) is unknown color: approx Limeade. HEX triplet: 4F, 95 and 25. RGB value is (79,149,37). Sum of RGB (Red+Green+Blue) = 79+149+37=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9525 is #B06ADA. Grayscale: #737373. Windows color (decimal): -11561691 or 2463055. OLE color: 2463055.

HSL color Cylindrical-coordinate representation of color #4F9525: hue angle of 97.5º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F9525 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB7914937-
CMYK0.4700.750.42
HSL97.5º60.22%36.47%-
HSV(B)97.5º75.17%58.43%-
XYZ14.3123.295.49-
YUV115.383.81102.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.81%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 37 (14.84% from 255) = 13.96%
R=29.81%
G=56.23%
B=13.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79149370.4700.750.4297.560.2236.47
Hex4F95252F04B2A623c24
Octal11722545570113521427444
Binary100111110010101100101101111010010111010101100010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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