Html Css Color HEX #74BA35 Lima

📋 copy color: '#74BA35'

red 116 ◦ green 186 ◦ blue 53

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

Shades of Lima #74BA35

Tints of Lima #74BA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.93%

R = 32.68%
G = 52.39%
B = 14.93%

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

#74BA35 (or 0x74BA35) is known color: Lima. HEX triplet: 74, BA and 35. RGB value is (116,186,53). Sum of RGB (Red+Green+Blue) = 116+186+53=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA35 is #8B45CA. Grayscale: #969696. Windows color (decimal): -9127371 or 3521140. OLE color: 3521140.

HSL color Cylindrical-coordinate representation of color #74BA35: hue angle of 91.58º 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 #74BA35 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 53 -
CMYK 0.38 0 0.72 0.27
HSL 91.58º 0.56% 0.47% -
HSV(B) 91.58º 0.72% 0.73% -
XYZ 25.4 39.09 9.57 -
YUV 149.91 73.31 103.81 -
System Red Green Blue C M Y K H S L
Decimal 116 186 53 0.38 0 0.72 0.27 91.58 0.56 0.47
Hex 74 BA 35 26 0 48 1B 5C 38 2F
Octal 164 272 65 46 0 110 33 134 70 57
Binary 1110100 10111010 110101 100110 0 1001000 11011 1011100 111000 101111

Color Harmonies of #74BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA35

Black with #74BA35

Text Example


Text Example

White with #74BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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