Html Css Color HEX #4A9002 Limeade

📋 copy color: '#4A9002'

red 74 ◦ green 144 ◦ blue 2

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

Shades of Limeade #4A9002

Tints of Limeade #4A9002

RGB

 RED value IS 74 (29.3% from 255) = 33.64%

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

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

R = 33.64%
G = 65.45%
B = 0.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#4A9002 (or 0x4A9002) is known color: Limeade. HEX triplet: 4A, 90 and 02. RGB value is (74,144,2). Sum of RGB (Red+Green+Blue) = 74+144+2=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 144 (56.64% from 255 or 65.45% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 144 - color contains mainly: green. Hex color #4A9002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9002 is #B56FFD. Grayscale: #6B6B6B. Windows color (decimal): -11890686 or 168010. OLE color: 168010.

HSL color Cylindrical-coordinate representation of color #4A9002: hue angle of 89.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A9002 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 144 2 -
CMYK 0.49 0 0.99 0.44
HSL 89.58º 0.97% 0.29% -
HSV(B) 89.58º 0.99% 0.56% -
XYZ 12.81 21.41 3.51 -
YUV 106.88 68.81 104.55 -
System Red Green Blue C M Y K H S L
Decimal 74 144 2 0.49 0 0.99 0.44 89.58 0.97 0.29
Hex 4A 90 2 31 0 63 2C 5A 61 1D
Octal 112 220 2 61 0 143 54 132 141 35
Binary 1001010 10010000 10 110001 0 1100011 101100 1011010 1100001 11101

Color Harmonies of #4A9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9002

Black with #4A9002

Text Example


Text Example

White with #4A9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A9002; }

 p { color: rgb(74,144,2); }

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

background-color css

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

 a { background-color: rgb(74,144,2); }

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

border-color css

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

 span { border-color: rgb(74,144,2); }

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