Html Css Color HEX #74BC2A Lima

📋 copy color: '#74BC2A'

red 116 ◦ green 188 ◦ blue 42

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

Shades of Lima #74BC2A

Tints of Lima #74BC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.34%

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

R = 33.53%
G = 54.34%
B = 12.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#74BC2A (or 0x74BC2A) is known color: Lima. HEX triplet: 74, BC and 2A. RGB value is (116,188,42). Sum of RGB (Red+Green+Blue) = 116+188+42=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC2A is #8B43D5. Grayscale: #969696. Windows color (decimal): -9126870 or 2800756. OLE color: 2800756.

HSL color Cylindrical-coordinate representation of color #74BC2A: hue angle of 89.59º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74BC2A is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 188 42 -
CMYK 0.38 0 0.78 0.26
HSL 89.59º 0.63% 0.45% -
HSV(B) 89.59º 0.78% 0.74% -
XYZ 25.6 39.85 8.53 -
YUV 149.83 67.15 103.87 -
System Red Green Blue C M Y K H S L
Decimal 116 188 42 0.38 0 0.78 0.26 89.59 0.63 0.45
Hex 74 BC 2A 26 0 4E 1A 5A 3F 2D
Octal 164 274 52 46 0 116 32 132 77 55
Binary 1110100 10111100 101010 100110 0 1001110 11010 1011010 111111 101101

Color Harmonies of #74BC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC2A

Black with #74BC2A

Text Example


Text Example

White with #74BC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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