#74C817

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

Shades of Lima #74C817

Tints of Lima #74C817

Color information

#74C817 (or 0x74C817) is unknown color: approx Lima. HEX triplet: 74, C8 and 17. RGB value is (116,200,23). Sum of RGB (Red+Green+Blue) = 116+200+23=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #74C817 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C817 is #8B37E8. Grayscale: #9B9B9B. Windows color (decimal): -9123817 or 1558644. OLE color: 1558644.

HSL color Cylindrical-coordinate representation of color #74C817: hue angle of 88.47º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74C817 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB11620023-
CMYK0.4200.880.22
HSL88.47º79.37%43.73%-
HSV(B)88.47º88.5%78.43%-
XYZ28.0145.088.04-
YUV154.7153.67100.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 200 (78.52% from 255) = 59.00%
BLUE value IS 23 (9.38% from 255) = 6.78%
R=34.22%
G=59.00%
B=6.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116200230.4200.880.2288.4779.3743.73
Hex74C8172A05816584f2c
Octal164310275201302613011754
Binary11101001100100010111101010010110001011010110001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,200,23); }

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

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

 a { background-color: rgb(116,200,23); }

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

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

 span { border-color: rgb(116,200,23); }

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