Html Css Color HEX #489202 Limeade

📋 copy color: '#489202'

red 72 ◦ green 146 ◦ blue 2

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

Shades of Limeade #489202

Tints of Limeade #489202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 66.36%

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

R = 32.73%
G = 66.36%
B = 0.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#489202 (or 0x489202) is known color: Limeade. HEX triplet: 48, 92 and 02. RGB value is (72,146,2). Sum of RGB (Red+Green+Blue) = 72+146+2=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #489202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489202 is #B76DFD. Grayscale: #6B6B6B. Windows color (decimal): -12021246 or 168520. OLE color: 168520.

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

Color convert

RGB 72 146 2 -
CMYK 0.51 0 0.99 0.43
HSL 90.83º 0.97% 0.29% -
HSV(B) 90.83º 0.99% 0.57% -
XYZ 12.96 21.94 3.61 -
YUV 107.46 68.48 102.71 -
System Red Green Blue C M Y K H S L
Decimal 72 146 2 0.51 0 0.99 0.43 90.83 0.97 0.29
Hex 48 92 2 33 0 63 2B 5B 61 1D
Octal 110 222 2 63 0 143 53 133 141 35
Binary 1001000 10010010 10 110011 0 1100011 101011 1011011 1100001 11101

Color Harmonies of #489202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489202

Black with #489202

Text Example


Text Example

White with #489202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489202; }

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

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

background-color css

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

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

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

border-color css

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

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

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