#74CC20

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

Shades of Lima #74CC20

Tints of Lima #74CC20

Color information

#74CC20 (or 0x74CC20) is unknown color: approx Lima. HEX triplet: 74, CC and 20. RGB value is (116,204,32). Sum of RGB (Red+Green+Blue) = 116+204+32=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC20 is #8B33DF. Grayscale: #9E9E9E. Windows color (decimal): -9122784 or 2149492. OLE color: 2149492.

HSL color Cylindrical-coordinate representation of color #74CC20: hue angle of 90.7º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74CC20 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB11620432-
CMYK0.4300.840.2
HSL90.7º72.88%46.27%-
HSV(B)90.7º84.31%80%-
XYZ29.06478.91-
YUV158.0856.8597.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 204 (80.08% from 255) = 57.95%
BLUE value IS 32 (12.89% from 255) = 9.09%
R=32.95%
G=57.95%
B=9.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116204320.4300.840.290.772.8846.27
Hex74CC202B054145b492e
Octal164314405301242413311156
Binary111010011001100100000101011010101001010010110111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,204,32); }

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

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

 a { background-color: rgb(116,204,32); }

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

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

 span { border-color: rgb(116,204,32); }

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