#74C631

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

Shades of Lima #74C631

Tints of Lima #74C631

Color information

#74C631 (or 0x74C631) is unknown color: approx Lima. HEX triplet: 74, C6 and 31. RGB value is (116,198,49). Sum of RGB (Red+Green+Blue) = 116+198+49=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #74C631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C631 is #8B39CE. Grayscale: #9D9D9D. Windows color (decimal): -9124303 or 3262068. OLE color: 3262068.

HSL color Cylindrical-coordinate representation of color #74C631: hue angle of 93.02º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74C631 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB11619849-
CMYK0.4100.750.22
HSL93.02º60.32%48.43%-
HSV(B)93.02º75.25%77.65%-
XYZ27.9544.329.99-
YUV156.567.3399.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 198 (77.73% from 255) = 54.55%
BLUE value IS 49 (19.53% from 255) = 13.50%
R=31.96%
G=54.55%
B=13.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116198490.4100.750.2293.0260.3248.43
Hex74C6312904B165d3c30
Octal16430661510113261357460
Binary11101001100011011000110100101001011101101011101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,198,49); }

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

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

 a { background-color: rgb(116,198,49); }

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

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

 span { border-color: rgb(116,198,49); }

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