#74C41E

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

Shades of Lima #74C41E

Tints of Lima #74C41E

Color information

#74C41E (or 0x74C41E) is unknown color: approx Lima. HEX triplet: 74, C4 and 1E. RGB value is (116,196,30). Sum of RGB (Red+Green+Blue) = 116+196+30=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 196 (76.95% from 255 or 57.31% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 196 - color contains mainly: green. Hex color #74C41E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C41E is #8B3BE1. Grayscale: #999999. Windows color (decimal): -9124834 or 2016372. OLE color: 2016372.

HSL color Cylindrical-coordinate representation of color #74C41E: hue angle of 88.92º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74C41E is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB11619630-
CMYK0.4100.850.23
HSL88.92º73.45%44.31%-
HSV(B)88.92º84.69%76.86%-
XYZ27.1843.298.15-
YUV153.1658.5101.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 196 (76.95% from 255) = 57.31%
BLUE value IS 30 (12.11% from 255) = 8.77%
R=33.92%
G=57.31%
B=8.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116196300.4100.850.2388.9273.4544.31
Hex74C41E290551759492c
Octal164304365101252713111154
Binary11101001100010011110101001010101011011110110011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,196,30); }

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

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

 a { background-color: rgb(116,196,30); }

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

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

 span { border-color: rgb(116,196,30); }

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