#74b226

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

Shades of Lima #74B226

Tints of Lima #74B226

Color information

#74B226 (or 0x74B226) is unknown color: approx Lima. HEX triplet: 74, B2 and 26. RGB value is (116,178,38). Sum of RGB (Red+Green+Blue) = 116+178+38=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #74B226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B226 is #8B4DD9. Grayscale: #909090. Windows color (decimal): -9129434 or 2536052. OLE color: 2536052.

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

Color convert

RGB11617838-
CMYK0.3500.790.30
HSL86.57º64.81%42.35%-
HSV(B)86.57º78.65%69.8%-
XYZ23.4735.697.49-
YUV143.568.46108.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 178 (69.92% from 255) = 53.61%
BLUE value IS 38 (15.23% from 255) = 11.45%
R=34.94%
G=53.61%
B=11.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116178380.3500.790.3086.5764.8142.35
Hex74B2262304F1E57412a
Octal164262464301173612710152
Binary111010010110010100110100011010011111111010101111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74b226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,178,38); }

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

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

 a { background-color: rgb(116,178,38); }

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

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

 span { border-color: rgb(116,178,38); }

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