Html Css Color HEX #489402 Limeade

📋 copy color: '#489402'

red 72 ◦ green 148 ◦ blue 2

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

Shades of Limeade #489402

Tints of Limeade #489402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 66.67%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 32.43%
G = 66.67%
B = 0.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#489402 (or 0x489402) is known color: Limeade. HEX triplet: 48, 94 and 02. RGB value is (72,148,2). Sum of RGB (Red+Green+Blue) = 72+148+2=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 148 (58.20% from 255 or 66.67% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 148 - color contains mainly: green. Hex color #489402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489402 is #B76BFD. Grayscale: #6D6D6D. Windows color (decimal): -12020734 or 169032. OLE color: 169032.

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

Color convert

RGB 72 148 2 -
CMYK 0.51 0 0.99 0.42
HSL 91.23º 0.97% 0.29% -
HSV(B) 91.23º 0.99% 0.58% -
XYZ 13.27 22.56 3.71 -
YUV 108.63 67.82 101.87 -
System Red Green Blue C M Y K H S L
Decimal 72 148 2 0.51 0 0.99 0.42 91.23 0.97 0.29
Hex 48 94 2 33 0 63 2A 5B 61 1D
Octal 110 224 2 63 0 143 52 133 141 35
Binary 1001000 10010100 10 110011 0 1100011 101010 1011011 1100001 11101

Color Harmonies of #489402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489402

Black with #489402

Text Example


Text Example

White with #489402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489402; }

 p { color: rgb(72,148,2); }

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

background-color css

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

 a { background-color: rgb(72,148,2); }

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

border-color css

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

 span { border-color: rgb(72,148,2); }

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