#74B025

Color #74B025 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #74B025

Tints of Lima #74B025

Color information

#74B025 (or 0x74B025) is unknown color: approx Lima. HEX triplet: 74, B0 and 25. RGB value is (116,176,37). Sum of RGB (Red+Green+Blue) = 116+176+37=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #74B025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B025 is #8B4FDA. Grayscale: #8E8E8E. Windows color (decimal): -9129947 or 2470004. OLE color: 2470004.

HSL color Cylindrical-coordinate representation of color #74B025: hue angle of 85.9º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74B025 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB11617637-
CMYK0.3400.790.31
HSL85.9º65.26%41.76%-
HSV(B)85.9º78.98%69.02%-
XYZ23.0634.97.27-
YUV142.2168.62109.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 176 (69.14% from 255) = 53.50%
BLUE value IS 37 (14.84% from 255) = 11.25%
R=35.26%
G=53.50%
B=11.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116176370.3400.790.3185.965.2641.76
Hex74B0252204F1F56412a
Octal164260454201173712610152
Binary111010010110000100101100010010011111111110101101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74B025;
 }
 .AnyTagClassName
 {
   color: #74B025;
 }
</style>
background-color css

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

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

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

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

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

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