#74CF16

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

Shades of Lima #74CF16

Tints of Lima #74CF16

Color information

#74CF16 (or 0x74CF16) is unknown color: approx Lima. HEX triplet: 74, CF and 16. RGB value is (116,207,22). Sum of RGB (Red+Green+Blue) = 116+207+22=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CF16 is #8B30E9. Grayscale: #9F9F9F. Windows color (decimal): -9122026 or 1494900. OLE color: 1494900.

HSL color Cylindrical-coordinate representation of color #74CF16: hue angle of 89.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74CF16 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB11620722-
CMYK0.4400.890.19
HSL89.51º80.79%44.9%-
HSV(B)89.51º89.37%81.18%-
XYZ29.6648.48.54-
YUV158.750.8597.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 207 (81.25% from 255) = 60%
BLUE value IS 22 (8.98% from 255) = 6.38%
R=33.62%
G=60%
B=6.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116207220.4400.890.1989.5180.7944.9
Hex74CF162C059135a512d
Octal164317265401312313212155
Binary11101001100111110110101100010110011001110110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,207,22); }

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

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

 a { background-color: rgb(116,207,22); }

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

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

 span { border-color: rgb(116,207,22); }

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