#74C62B

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

Shades of Lima #74C62B

Tints of Lima #74C62B

Color information

#74C62B (or 0x74C62B) is unknown color: approx Lima. HEX triplet: 74, C6 and 2B. RGB value is (116,198,43). Sum of RGB (Red+Green+Blue) = 116+198+43=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #74C62B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C62B is #8B39D4. Grayscale: #9C9C9C. Windows color (decimal): -9124309 or 2868852. OLE color: 2868852.

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

Color convert

RGB11619843-
CMYK0.4100.780.22
HSL91.74º64.32%47.25%-
HSV(B)91.74º78.28%77.65%-
XYZ27.8344.289.36-
YUV155.8164.3399.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 198 (77.73% from 255) = 55.46%
BLUE value IS 43 (17.19% from 255) = 12.04%
R=32.49%
G=55.46%
B=12.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116198430.4100.780.2291.7464.3247.25
Hex74C62B2904E165c402f
Octal164306535101162613410057
Binary111010011000110101011101001010011101011010111001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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