Html Css Color HEX #74B82B Lima

📋 copy color: '#74B82B'

red 116 ◦ green 184 ◦ blue 43

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

Shades of Lima #74B82B

Tints of Lima #74B82B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.64%

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 33.82%
G = 53.64%
B = 12.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#74B82B (or 0x74B82B) is known color: Lima. HEX triplet: 74, B8 and 2B. RGB value is (116,184,43). Sum of RGB (Red+Green+Blue) = 116+184+43=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #74B82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B82B is #8B47D4. Grayscale: #949494. Windows color (decimal): -9127893 or 2865268. OLE color: 2865268.

HSL color Cylindrical-coordinate representation of color #74B82B: hue angle of 88.94º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74B82B is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 184 43 -
CMYK 0.37 0 0.77 0.28
HSL 88.94º 0.62% 0.45% -
HSV(B) 88.94º 0.77% 0.72% -
XYZ 24.78 38.17 8.35 -
YUV 147.59 68.97 105.46 -
System Red Green Blue C M Y K H S L
Decimal 116 184 43 0.37 0 0.77 0.28 88.94 0.62 0.45
Hex 74 B8 2B 25 0 4D 1C 59 3E 2D
Octal 164 270 53 45 0 115 34 131 76 55
Binary 1110100 10111000 101011 100101 0 1001101 11100 1011001 111110 101101

Color Harmonies of #74B82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B82B

Black with #74B82B

Text Example


Text Example

White with #74B82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,184,43); }

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

background-color css

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

 a { background-color: rgb(116,184,43); }

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

border-color css

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

 span { border-color: rgb(116,184,43); }

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