#74BC1F

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

Shades of Lima #74BC1F

Tints of Lima #74BC1F

Color information

#74BC1F (or 0x74BC1F) is unknown color: approx Lima. HEX triplet: 74, BC and 1F. RGB value is (116,188,31). Sum of RGB (Red+Green+Blue) = 116+188+31=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC1F is #8B43E0. Grayscale: #959595. Windows color (decimal): -9126881 or 2079860. OLE color: 2079860.

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

Color convert

RGB11618831-
CMYK0.3800.840.26
HSL87.52º71.69%42.94%-
HSV(B)87.52º83.51%73.73%-
XYZ25.4339.787.63-
YUV148.5761.65104.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 188 (73.83% from 255) = 56.12%
BLUE value IS 31 (12.5% from 255) = 9.25%
R=34.63%
G=56.12%
B=9.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116188310.3800.840.2687.5271.6942.94
Hex74BC1F260541A58482b
Octal164274374601243213011053
Binary11101001011110011111100110010101001101010110001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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