Html Css Color HEX #74B92A Lima

📋 copy color: '#74B92A'

red 116 ◦ green 185 ◦ blue 42

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

Shades of Lima #74B92A

Tints of Lima #74B92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.94%

 BLUE value IS 42 (16.8% from 255) = 12.24%

R = 33.82%
G = 53.94%
B = 12.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#74B92A (or 0x74B92A) is known color: Lima. HEX triplet: 74, B9 and 2A. RGB value is (116,185,42). Sum of RGB (Red+Green+Blue) = 116+185+42=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #74B92A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B92A is #8B46D5. Grayscale: #949494. Windows color (decimal): -9127638 or 2799988. OLE color: 2799988.

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

Color convert

RGB 116 185 42 -
CMYK 0.37 0 0.77 0.27
HSL 88.95º 0.63% 0.45% -
HSV(B) 88.95º 0.77% 0.73% -
XYZ 24.97 38.58 8.32 -
YUV 148.07 68.14 105.13 -
System Red Green Blue C M Y K H S L
Decimal 116 185 42 0.37 0 0.77 0.27 88.95 0.63 0.45
Hex 74 B9 2A 25 0 4D 1B 59 3F 2D
Octal 164 271 52 45 0 115 33 131 77 55
Binary 1110100 10111001 101010 100101 0 1001101 11011 1011001 111111 101101

Color Harmonies of #74B92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B92A

Black with #74B92A

Text Example


Text Example

White with #74B92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,185,42); }

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

background-color css

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

 a { background-color: rgb(116,185,42); }

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

border-color css

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

 span { border-color: rgb(116,185,42); }

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