#74CC18

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

Shades of Lima #74CC18

Tints of Lima #74CC18

Color information

#74CC18 (or 0x74CC18) is unknown color: approx Lima. HEX triplet: 74, CC and 18. RGB value is (116,204,24). Sum of RGB (Red+Green+Blue) = 116+204+24=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74CC18 is #8B33E7. Grayscale: #9D9D9D. Windows color (decimal): -9122792 or 1625204. OLE color: 1625204.

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

Color convert

RGB11620424-
CMYK0.4300.880.2
HSL89.33º78.95%44.71%-
HSV(B)89.33º88.24%80%-
XYZ28.9646.968.4-
YUV157.1752.8598.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 204 (80.08% from 255) = 59.30%
BLUE value IS 24 (9.77% from 255) = 6.98%
R=33.72%
G=59.30%
B=6.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116204240.4300.880.289.3378.9544.71
Hex74CC182B05814594f2d
Octal164314305301302413111755
Binary11101001100110011000101011010110001010010110011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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