#4F8F02

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

Shades of Limeade #4F8F02

Tints of Limeade #4F8F02

Color information

#4F8F02 (or 0x4F8F02) is unknown color: approx Limeade. HEX triplet: 4F, 8F and 02. RGB value is (79,143,2). Sum of RGB (Red+Green+Blue) = 79+143+2=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 143 (56.25% from 255 or 63.84% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8F02 is #B070FD. Grayscale: #6C6C6C. Windows color (decimal): -11563262 or 167759. OLE color: 167759.

HSL color Cylindrical-coordinate representation of color #4F8F02: hue angle of 87.23º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F8F02 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB791432-
CMYK0.4500.990.44
HSL87.23º97.24%28.43%-
HSV(B)87.23º98.6%56.08%-
XYZ13.0621.313.48-
YUV107.7968.3107.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.27%
GREEN value IS 143 (56.25% from 255) = 63.84%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=35.27%
G=63.84%
B=0.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7914320.4500.990.4487.2397.2428.43
Hex4F8F22D0632C57611c
Octal11721725501435412714134
Binary10011111000111110101101011000111011001010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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