#74BE1F

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

Shades of Lima #74BE1F

Tints of Lima #74BE1F

Color information

#74BE1F (or 0x74BE1F) is unknown color: approx Lima. HEX triplet: 74, BE and 1F. RGB value is (116,190,31). Sum of RGB (Red+Green+Blue) = 116+190+31=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BE1F is #8B41E0. Grayscale: #969696. Windows color (decimal): -9126369 or 2080372. OLE color: 2080372.

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

Color convert

RGB11619031-
CMYK0.3900.840.25
HSL87.92º71.95%43.33%-
HSV(B)87.92º83.68%74.51%-
XYZ25.8640.647.78-
YUV149.7560.98103.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 190 (74.61% from 255) = 56.38%
BLUE value IS 31 (12.5% from 255) = 9.20%
R=34.42%
G=56.38%
B=9.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116190310.3900.840.2587.9271.9543.33
Hex74BE1F270541958482b
Octal164276374701243113011053
Binary11101001011111011111100111010101001100110110001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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