Html Css Color HEX #489100 Limeade

📋 copy color: '#489100'

red 72 ◦ green 145 ◦ blue 0

#489100
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #489100

Tints of Limeade #489100

RGB

 RED value IS 72 (28.52% from 255) = 33.18%

 GREEN value IS 145 (57.03% from 255) = 66.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.18%
G = 66.82%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#489100 (or 0x489100) is known color: Limeade. HEX triplet: 48, 91 and 00. RGB value is (72,145,0). Sum of RGB (Red+Green+Blue) = 72+145+0=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #489100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489100 is #B76EFF. Grayscale: #6B6B6B. Windows color (decimal): -12021504 or 37192. OLE color: 37192.

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

Color convert

RGB 72 145 0 -
CMYK 0.50 0 1 0.43
HSL 90.21º 1% 0.28% -
HSV(B) 90.21º 1% 0.57% -
XYZ 12.8 21.63 3.5 -
YUV 106.64 67.82 103.29 -
System Red Green Blue C M Y K H S L
Decimal 72 145 0 0.50 0 1 0.43 90.21 1 0.28
Hex 48 91 0 32 0 64 2B 5A 64 1C
Octal 110 221 0 62 0 144 53 132 144 34
Binary 1001000 10010001 0 110010 0 1100100 101011 1011010 1100100 11100

Color Harmonies of #489100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489100

Black with #489100

Text Example


Text Example

White with #489100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489100; }

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

 H1.HeaderClassName
 {
   color: #489100;
 }
 .AnyTagClassName
 {
   color: #489100;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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