#74C11E

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

Shades of Lima #74C11E

Tints of Lima #74C11E

Color information

#74C11E (or 0x74C11E) is unknown color: approx Lima. HEX triplet: 74, C1 and 1E. RGB value is (116,193,30). Sum of RGB (Red+Green+Blue) = 116+193+30=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #74C11E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C11E is #8B3EE1. Grayscale: #979797. Windows color (decimal): -9125602 or 2015604. OLE color: 2015604.

HSL color Cylindrical-coordinate representation of color #74C11E: hue angle of 88.34º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74C11E is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB11619330-
CMYK0.4000.840.24
HSL88.34º73.09%43.73%-
HSV(B)88.34º84.46%75.69%-
XYZ26.5141.957.93-
YUV151.3959.49102.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 193 (75.78% from 255) = 56.93%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=34.22%
G=56.93%
B=8.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116193300.4000.840.2488.3473.0943.73
Hex74C11E280541858492c
Octal164301365001243013011154
Binary11101001100000111110101000010101001100010110001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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