#74BF31

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

Shades of Lima #74BF31

Tints of Lima #74BF31

Color information

#74BF31 (or 0x74BF31) is unknown color: approx Lima. HEX triplet: 74, BF and 31. RGB value is (116,191,49). Sum of RGB (Red+Green+Blue) = 116+191+49=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF31 is #8B40CE. Grayscale: #989898. Windows color (decimal): -9126095 or 3260276. OLE color: 3260276.

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

Color convert

RGB11619149-
CMYK0.3900.740.25
HSL91.69º59.17%47.06%-
HSV(B)91.69º74.35%74.9%-
XYZ26.3941.29.47-
YUV152.3969.65102.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 191 (75% from 255) = 53.65%
BLUE value IS 49 (19.53% from 255) = 13.76%
R=32.58%
G=53.65%
B=13.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116191490.3900.740.2591.6959.1747.06
Hex74BF312704A195c3b2f
Octal16427761470112311347357
Binary11101001011111111000110011101001010110011011100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,49); }

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

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

 a { background-color: rgb(116,191,49); }

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

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

 span { border-color: rgb(116,191,49); }

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