#74D526

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

Shades of Lima #74D526

Tints of Lima #74D526

Color information

#74D526 (or 0x74D526) is unknown color: approx Lima. HEX triplet: 74, D5 and 26. RGB value is (116,213,38). Sum of RGB (Red+Green+Blue) = 116+213+38=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #74D526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D526 is #8B2AD9. Grayscale: #A4A4A4. Windows color (decimal): -9120474 or 2545012. OLE color: 2545012.

HSL color Cylindrical-coordinate representation of color #74D526: hue angle of 93.26º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74D526 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB11621338-
CMYK0.4600.820.16
HSL93.26º69.72%49.22%-
HSV(B)93.26º82.16%83.53%-
XYZ31.3551.4410.11-
YUV164.0556.8693.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.61%
GREEN value IS 213 (83.59% from 255) = 58.04%
BLUE value IS 38 (15.23% from 255) = 10.35%
R=31.61%
G=58.04%
B=10.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116213380.4600.820.1693.2669.7249.22
Hex74D5262E052105d4631
Octal164325465601222013510661
Binary111010011010101100110101110010100101000010111011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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