#74CA15

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

Shades of Lima #74CA15

Tints of Lima #74CA15

Color information

#74CA15 (or 0x74CA15) is unknown color: approx Lima. HEX triplet: 74, CA and 15. RGB value is (116,202,21). Sum of RGB (Red+Green+Blue) = 116+202+21=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CA15 is #8B35EA. Grayscale: #9C9C9C. Windows color (decimal): -9123307 or 1428084. OLE color: 1428084.

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

Color convert

RGB11620221-
CMYK0.4300.900.21
HSL88.51º81.17%43.73%-
HSV(B)88.51º89.6%79.22%-
XYZ28.4646.018.09-
YUV155.6552.0199.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 202 (79.30% from 255) = 59.59%
BLUE value IS 21 (8.59% from 255) = 6.19%
R=34.22%
G=59.59%
B=6.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116202210.4300.900.2188.5181.1743.73
Hex74CA152B05A1559512c
Octal164312255301322513112154
Binary11101001100101010101101011010110101010110110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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