Html Css Color HEX #74BA34 Lima

📋 copy color: '#74BA34'

red 116 ◦ green 186 ◦ blue 52

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

Shades of Lima #74BA34

Tints of Lima #74BA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.54%

 BLUE value IS 52 (20.7% from 255) = 14.69%

R = 32.77%
G = 52.54%
B = 14.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#74BA34 (or 0x74BA34) is known color: Lima. HEX triplet: 74, BA and 34. RGB value is (116,186,52). Sum of RGB (Red+Green+Blue) = 116+186+52=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA34 is #8B45CB. Grayscale: #969696. Windows color (decimal): -9127372 or 3455604. OLE color: 3455604.

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

Color convert

RGB 116 186 52 -
CMYK 0.38 0 0.72 0.27
HSL 91.34º 0.56% 0.47% -
HSV(B) 91.34º 0.72% 0.73% -
XYZ 25.38 39.08 9.45 -
YUV 149.79 72.81 103.9 -
System Red Green Blue C M Y K H S L
Decimal 116 186 52 0.38 0 0.72 0.27 91.34 0.56 0.47
Hex 74 BA 34 26 0 48 1B 5B 38 2F
Octal 164 272 64 46 0 110 33 133 70 57
Binary 1110100 10111010 110100 100110 0 1001000 11011 1011011 111000 101111

Color Harmonies of #74BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA34

Black with #74BA34

Text Example


Text Example

White with #74BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,186,52); }

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

background-color css

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

 a { background-color: rgb(116,186,52); }

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

border-color css

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

 span { border-color: rgb(116,186,52); }

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