#74C326

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

Shades of Lima #74C326

Tints of Lima #74C326

Color information

#74C326 (or 0x74C326) is unknown color: approx Lima. HEX triplet: 74, C3 and 26. RGB value is (116,195,38). Sum of RGB (Red+Green+Blue) = 116+195+38=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #74C326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C326 is #8B3CD9. Grayscale: #9A9A9A. Windows color (decimal): -9125082 or 2540404. OLE color: 2540404.

HSL color Cylindrical-coordinate representation of color #74C326: hue angle of 90.19º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74C326 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB11619538-
CMYK0.4100.810.24
HSL90.19º67.38%45.69%-
HSV(B)90.19º80.51%76.47%-
XYZ27.0742.888.68-
YUV153.4862.83101.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 195 (76.56% from 255) = 55.87%
BLUE value IS 38 (15.23% from 255) = 10.89%
R=33.24%
G=55.87%
B=10.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116195380.4100.810.2490.1967.3845.69
Hex74C32629051185a432e
Octal164303465101213013210356
Binary111010011000011100110101001010100011100010110101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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