#489300

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

Shades of Limeade #489300

Tints of Limeade #489300

Color information

#489300 (or 0x489300) is unknown color: approx Limeade. HEX triplet: 48, 93 and 00. RGB value is (72,147,0). Sum of RGB (Red+Green+Blue) = 72+147+0=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 147 (57.81% from 255 or 67.12% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 147 - color contains mainly: green. Hex color #489300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489300 is #B76CFF. Grayscale: #6C6C6C. Windows color (decimal): -12020992 or 37704. OLE color: 37704.

HSL color Cylindrical-coordinate representation of color #489300: hue angle of 90.61º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #489300 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB721470-
CMYK0.51010.42
HSL90.61º100%28.82%-
HSV(B)90.61º100%57.65%-
XYZ13.1122.253.6-
YUV107.8267.15102.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 147 (57.81% from 255) = 67.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.88%
G=67.12%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7214700.51010.4290.6110028.82
Hex48930330642A5b641d
Octal11022306301445213314435
Binary1001000100100110110011011001001010101011011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489300; }

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

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

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

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

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

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

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

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