Html Css Color HEX #74BA2F Lima

📋 copy color: '#74BA2F'

red 116 ◦ green 186 ◦ blue 47

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

Shades of Lima #74BA2F

Tints of Lima #74BA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.47%

R = 33.24%
G = 53.3%
B = 13.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#74BA2F (or 0x74BA2F) is known color: Lima. HEX triplet: 74, BA and 2F. RGB value is (116,186,47). Sum of RGB (Red+Green+Blue) = 116+186+47=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA2F is #8B45D0. Grayscale: #959595. Windows color (decimal): -9127377 or 3127924. OLE color: 3127924.

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

Color convert

RGB 116 186 47 -
CMYK 0.38 0 0.75 0.27
HSL 90.22º 0.6% 0.46% -
HSV(B) 90.22º 0.75% 0.73% -
XYZ 25.27 39.04 8.89 -
YUV 149.22 70.31 104.3 -
System Red Green Blue C M Y K H S L
Decimal 116 186 47 0.38 0 0.75 0.27 90.22 0.6 0.46
Hex 74 BA 2F 26 0 4B 1B 5A 3C 2E
Octal 164 272 57 46 0 113 33 132 74 56
Binary 1110100 10111010 101111 100110 0 1001011 11011 1011010 111100 101110

Color Harmonies of #74BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA2F

Black with #74BA2F

Text Example


Text Example

White with #74BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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