#74C626

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

Shades of Lima #74C626

Tints of Lima #74C626

Color information

#74C626 (or 0x74C626) is unknown color: approx Lima. HEX triplet: 74, C6 and 26. RGB value is (116,198,38). Sum of RGB (Red+Green+Blue) = 116+198+38=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #74C626 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C626 is #8B39D9. Grayscale: #9B9B9B. Windows color (decimal): -9124314 or 2541172. OLE color: 2541172.

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

Color convert

RGB11619838-
CMYK0.4100.810.22
HSL90.75º67.8%46.27%-
HSV(B)90.75º80.81%77.65%-
XYZ27.7544.248.91-
YUV155.2461.83100.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 198 (77.73% from 255) = 56.25%
BLUE value IS 38 (15.23% from 255) = 10.80%
R=32.95%
G=56.25%
B=10.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116198380.4100.810.2290.7567.846.27
Hex74C62629051165b442e
Octal164306465101212613310456
Binary111010011000110100110101001010100011011010110111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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