#4F9202

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

Shades of Limeade #4F9202

Tints of Limeade #4F9202

Color information

#4F9202 (or 0x4F9202) is unknown color: approx Limeade. HEX triplet: 4F, 92 and 02. RGB value is (79,146,2). Sum of RGB (Red+Green+Blue) = 79+146+2=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 146 (57.42% from 255 or 64.32% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9202 is #B06DFD. Grayscale: #6E6E6E. Windows color (decimal): -11562494 or 168527. OLE color: 168527.

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

Color convert

RGB791462-
CMYK0.4600.990.43
HSL87.92º97.3%29.02%-
HSV(B)87.92º98.63%57.25%-
XYZ13.5122.223.63-
YUV109.5567.3106.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.80%
GREEN value IS 146 (57.42% from 255) = 64.32%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=34.80%
G=64.32%
B=0.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7914620.4600.990.4387.9297.329.02
Hex4F9222E0632B58611d
Octal11722225601435313014135
Binary10011111001001010101110011000111010111011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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