Html Css Color HEX #74AC25 Lima

📋 copy color: '#74AC25'

red 116 ◦ green 172 ◦ blue 37

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

Shades of Lima #74AC25

Tints of Lima #74AC25

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.92%

 BLUE value IS 37 (14.84% from 255) = 11.38%

R = 35.69%
G = 52.92%
B = 11.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#74AC25 (or 0x74AC25) is known color: Lima. HEX triplet: 74, AC and 25. RGB value is (116,172,37). Sum of RGB (Red+Green+Blue) = 116+172+37=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC25 is #8B53DA. Grayscale: #8C8C8C. Windows color (decimal): -9130971 or 2468980. OLE color: 2468980.

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

Color convert

RGB 116 172 37 -
CMYK 0.33 0 0.78 0.33
HSL 84.89º 0.65% 0.41% -
HSV(B) 84.89º 0.78% 0.67% -
XYZ 22.29 33.35 7.01 -
YUV 139.87 69.95 110.98 -
System Red Green Blue C M Y K H S L
Decimal 116 172 37 0.33 0 0.78 0.33 84.89 0.65 0.41
Hex 74 AC 25 21 0 4E 21 55 41 29
Octal 164 254 45 41 0 116 41 125 101 51
Binary 1110100 10101100 100101 100001 0 1001110 100001 1010101 1000001 101001

Color Harmonies of #74AC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC25

Black with #74AC25

Text Example


Text Example

White with #74AC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,172,37); }

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

background-color css

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

 a { background-color: rgb(116,172,37); }

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

border-color css

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

 span { border-color: rgb(116,172,37); }

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