#74BC1A

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

Shades of Lima #74BC1A

Tints of Lima #74BC1A

Color information

#74BC1A (or 0x74BC1A) is unknown color: approx Lima. HEX triplet: 74, BC and 1A. RGB value is (116,188,26). Sum of RGB (Red+Green+Blue) = 116+188+26=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC1A is #8B43E5. Grayscale: #949494. Windows color (decimal): -9126886 or 1752180. OLE color: 1752180.

HSL color Cylindrical-coordinate representation of color #74BC1A: hue angle of 86.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74BC1A is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB11618826-
CMYK0.3800.860.26
HSL86.67º75.7%41.96%-
HSV(B)86.67º86.17%73.73%-
XYZ25.3739.757.31-
YUV14859.15105.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 188 (73.83% from 255) = 56.97%
BLUE value IS 26 (10.55% from 255) = 7.88%
R=35.15%
G=56.97%
B=7.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116188260.3800.860.2686.6775.741.96
Hex74BC1A260561A574c2a
Octal164274324601263212711452
Binary11101001011110011010100110010101101101010101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,188,26); }

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

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

 a { background-color: rgb(116,188,26); }

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

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

 span { border-color: rgb(116,188,26); }

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