#74CA11

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

Shades of Lima #74CA11

Tints of Lima #74CA11

Color information

#74CA11 (or 0x74CA11) is unknown color: approx Lima. HEX triplet: 74, CA and 11. RGB value is (116,202,17). Sum of RGB (Red+Green+Blue) = 116+202+17=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CA11 is #8B35EE. Grayscale: #9B9B9B. Windows color (decimal): -9123311 or 1165940. OLE color: 1165940.

HSL color Cylindrical-coordinate representation of color #74CA11: hue angle of 87.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74CA11 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB11620217-
CMYK0.4300.920.21
HSL87.89º84.47%42.94%-
HSV(B)87.89º91.58%79.22%-
XYZ28.4245.997.91-
YUV155.250.01100.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 202 (79.30% from 255) = 60.30%
BLUE value IS 17 (7.03% from 255) = 5.07%
R=34.63%
G=60.30%
B=5.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116202170.4300.920.2187.8984.4742.94
Hex74CA112B05C1558542b
Octal164312215301342513012453
Binary11101001100101010001101011010111001010110110001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,202,17); }

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

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

 a { background-color: rgb(116,202,17); }

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

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

 span { border-color: rgb(116,202,17); }

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