Html Css Color HEX #74BC32 Lima

📋 copy color: '#74BC32'

red 116 ◦ green 188 ◦ blue 50

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

Shades of Lima #74BC32

Tints of Lima #74BC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 32.77%
G = 53.11%
B = 14.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#74BC32 (or 0x74BC32) is known color: Lima. HEX triplet: 74, BC and 32. RGB value is (116,188,50). Sum of RGB (Red+Green+Blue) = 116+188+50=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC32 is #8B43CD. Grayscale: #979797. Windows color (decimal): -9126862 or 3325044. OLE color: 3325044.

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

Color convert

RGB 116 188 50 -
CMYK 0.38 0 0.73 0.26
HSL 91.3º 0.58% 0.47% -
HSV(B) 91.3º 0.73% 0.74% -
XYZ 25.76 39.91 9.36 -
YUV 150.74 71.15 103.22 -
System Red Green Blue C M Y K H S L
Decimal 116 188 50 0.38 0 0.73 0.26 91.3 0.58 0.47
Hex 74 BC 32 26 0 49 1A 5B 3A 2F
Octal 164 274 62 46 0 111 32 133 72 57
Binary 1110100 10111100 110010 100110 0 1001001 11010 1011011 111010 101111

Color Harmonies of #74BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC32

Black with #74BC32

Text Example


Text Example

White with #74BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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