Html Css Color HEX #489001 Limeade

📋 copy color: '#489001'

red 72 ◦ green 144 ◦ blue 1

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

Shades of Limeade #489001

Tints of Limeade #489001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 66.36%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 33.18%
G = 66.36%
B = 0.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#489001 (or 0x489001) is known color: Limeade. HEX triplet: 48, 90 and 01. RGB value is (72,144,1). Sum of RGB (Red+Green+Blue) = 72+144+1=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 144 (56.64% from 255 or 66.36% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 144 - color contains mainly: green. Hex color #489001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489001 is #B76FFE. Grayscale: #6A6A6A. Windows color (decimal): -12021759 or 102472. OLE color: 102472.

HSL color Cylindrical-coordinate representation of color #489001: hue angle of 90.21º degrees, saturation: 0.99, 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 #489001 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 1 -
CMYK 0.50 0 0.99 0.44
HSL 90.21º 0.99% 0.28% -
HSV(B) 90.21º 0.99% 0.56% -
XYZ 12.65 21.33 3.48 -
YUV 106.17 68.65 103.63 -
System Red Green Blue C M Y K H S L
Decimal 72 144 1 0.50 0 0.99 0.44 90.21 0.99 0.28
Hex 48 90 1 32 0 63 2C 5A 63 1C
Octal 110 220 1 62 0 143 54 132 143 34
Binary 1001000 10010000 1 110010 0 1100011 101100 1011010 1100011 11100

Color Harmonies of #489001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489001

Black with #489001

Text Example


Text Example

White with #489001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489001; }

 p { color: rgb(72,144,1); }

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

background-color css

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

 a { background-color: rgb(72,144,1); }

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

border-color css

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

 span { border-color: rgb(72,144,1); }

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