Html Css Color HEX #74AB24 Lima

📋 copy color: '#74AB24'

red 116 ◦ green 171 ◦ blue 36

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

Shades of Lima #74AB24

Tints of Lima #74AB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.15%

R = 35.91%
G = 52.94%
B = 11.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#74AB24 (or 0x74AB24) is known color: Lima. HEX triplet: 74, AB and 24. RGB value is (116,171,36). Sum of RGB (Red+Green+Blue) = 116+171+36=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB24 is #8B54DB. Grayscale: #8B8B8B. Windows color (decimal): -9131228 or 2403188. OLE color: 2403188.

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

Color convert

RGB 116 171 36 -
CMYK 0.32 0 0.79 0.33
HSL 84.44º 0.65% 0.41% -
HSV(B) 84.44º 0.79% 0.67% -
XYZ 22.08 32.97 6.87 -
YUV 139.17 69.78 111.48 -
System Red Green Blue C M Y K H S L
Decimal 116 171 36 0.32 0 0.79 0.33 84.44 0.65 0.41
Hex 74 AB 24 20 0 4F 21 54 41 29
Octal 164 253 44 40 0 117 41 124 101 51
Binary 1110100 10101011 100100 100000 0 1001111 100001 1010100 1000001 101001

Color Harmonies of #74AB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB24

Black with #74AB24

Text Example


Text Example

White with #74AB24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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