#488F00

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

Shades of Limeade #488F00

Tints of Limeade #488F00

Color information

#488F00 (or 0x488F00) is unknown color: approx Limeade. HEX triplet: 48, 8F and 00. RGB value is (72,143,0). Sum of RGB (Red+Green+Blue) = 72+143+0=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 143 (56.25% from 255 or 66.51% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 143 - color contains mainly: green. Hex color #488F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488F00 is #B770FF. Grayscale: #696969. Windows color (decimal): -12022016 or 36680. OLE color: 36680.

HSL color Cylindrical-coordinate representation of color #488F00: hue angle of 89.79º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #488F00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB721430-
CMYK0.50010.44
HSL89.79º100%28.04%-
HSV(B)89.79º100%56.08%-
XYZ12.4921.023.4-
YUV105.4768.48104.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 143 (56.25% from 255) = 66.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.49%
G=66.51%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7214300.50010.4489.7910028.04
Hex488F0320642C5a641c
Octal11021706201445413214434
Binary1001000100011110110010011001001011001011010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488F00; }

 p { color: rgb(72,143,0); }

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

<style>
 a { background-color: #488F00; }

 a { background-color: rgb(72,143,0); }

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

<style>
 span { border-color: #488F00; }

 span { border-color: rgb(72,143,0); }

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