Html Css Color HEX #74BC31 Lima

📋 copy color: '#74BC31'

red 116 ◦ green 188 ◦ blue 49

#74BC31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #74BC31

Tints of Lima #74BC31

RGB

 RED value IS 116 (45.7% from 255) = 32.86%

 GREEN value IS 188 (73.83% from 255) = 53.26%

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 32.86%
G = 53.26%
B = 13.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#74BC31 (or 0x74BC31) is known color: Lima. HEX triplet: 74, BC and 31. RGB value is (116,188,49). Sum of RGB (Red+Green+Blue) = 116+188+49=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC31 is #8B43CE. Grayscale: #979797. Windows color (decimal): -9126863 or 3259508. OLE color: 3259508.

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

Color convert

RGB 116 188 49 -
CMYK 0.38 0 0.74 0.26
HSL 91.08º 0.59% 0.46% -
HSV(B) 91.08º 0.74% 0.74% -
XYZ 25.74 39.9 9.25 -
YUV 150.63 70.65 103.3 -
System Red Green Blue C M Y K H S L
Decimal 116 188 49 0.38 0 0.74 0.26 91.08 0.59 0.46
Hex 74 BC 31 26 0 4A 1A 5B 3B 2E
Octal 164 274 61 46 0 112 32 133 73 56
Binary 1110100 10111100 110001 100110 0 1001010 11010 1011011 111011 101110

Color Harmonies of #74BC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC31

Black with #74BC31

Text Example


Text Example

White with #74BC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74BC31;
 }
 .AnyTagClassName
 {
   color: #74BC31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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