Html Css Color HEX #74AB2C Lima

📋 copy color: '#74AB2C'

red 116 ◦ green 171 ◦ blue 44

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

Shades of Lima #74AB2C

Tints of Lima #74AB2C

RGB

 RED value IS 116 (45.7% from 255) = 35.05%

 GREEN value IS 171 (67.19% from 255) = 51.66%

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 35.05%
G = 51.66%
B = 13.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#74AB2C (or 0x74AB2C) is known color: Lima. HEX triplet: 74, AB and 2C. RGB value is (116,171,44). Sum of RGB (Red+Green+Blue) = 116+171+44=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB2C is #8B54D3. Grayscale: #8C8C8C. Windows color (decimal): -9131220 or 2927476. OLE color: 2927476.

HSL color Cylindrical-coordinate representation of color #74AB2C: hue angle of 85.98º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74AB2C is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 171 44 -
CMYK 0.32 0 0.74 0.33
HSL 85.98º 0.59% 0.42% -
HSV(B) 85.98º 0.74% 0.67% -
XYZ 22.22 33.02 7.59 -
YUV 140.08 73.78 110.83 -
System Red Green Blue C M Y K H S L
Decimal 116 171 44 0.32 0 0.74 0.33 85.98 0.59 0.42
Hex 74 AB 2C 20 0 4A 21 56 3B 2A
Octal 164 253 54 40 0 112 41 126 73 52
Binary 1110100 10101011 101100 100000 0 1001010 100001 1010110 111011 101010

Color Harmonies of #74AB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB2C

Black with #74AB2C

Text Example


Text Example

White with #74AB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AB2C; }

 p { color: rgb(116,171,44); }

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

background-color css

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

 a { background-color: rgb(116,171,44); }

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

border-color css

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

 span { border-color: rgb(116,171,44); }

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