#4F921E

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

Shades of Limeade #4F921E

Tints of Limeade #4F921E

Color information

#4F921E (or 0x4F921E) is unknown color: approx Limeade. HEX triplet: 4F, 92 and 1E. RGB value is (79,146,30). Sum of RGB (Red+Green+Blue) = 79+146+30=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #4F921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F921E is #B06DE1. Grayscale: #717171. Windows color (decimal): -11562466 or 2003535. OLE color: 2003535.

HSL color Cylindrical-coordinate representation of color #4F921E: hue angle of 94.66º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F921E is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB7914630-
CMYK0.4600.790.43
HSL94.66º65.91%34.51%-
HSV(B)94.66º79.45%57.25%-
XYZ13.7422.314.81-
YUV112.7481.3103.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.98%
GREEN value IS 146 (57.42% from 255) = 57.25%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=30.98%
G=57.25%
B=11.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79146300.4600.790.4394.6665.9134.51
Hex4F921E2E04F2B5f4223
Octal117222365601175313710243
Binary100111110010010111101011100100111110101110111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,146,30); }

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

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

 a { background-color: rgb(79,146,30); }

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

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

 span { border-color: rgb(79,146,30); }

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