Html Css Color HEX #74C82A Lima

📋 copy color: '#74C82A'

red 116 ◦ green 200 ◦ blue 42

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

Shades of Lima #74C82A

Tints of Lima #74C82A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.87%

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

R = 32.4%
G = 55.87%
B = 11.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#74C82A (or 0x74C82A) is known color: Lima. HEX triplet: 74, C8 and 2A. RGB value is (116,200,42). Sum of RGB (Red+Green+Blue) = 116+200+42=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #74C82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C82A is #8B37D5. Grayscale: #9D9D9D. Windows color (decimal): -9123798 or 2803828. OLE color: 2803828.

HSL color Cylindrical-coordinate representation of color #74C82A: hue angle of 91.9º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74C82A is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 200 42 -
CMYK 0.42 0 0.79 0.22
HSL 91.9º 0.65% 0.47% -
HSV(B) 91.9º 0.79% 0.78% -
XYZ 28.27 45.19 9.42 -
YUV 156.87 63.17 98.85 -
System Red Green Blue C M Y K H S L
Decimal 116 200 42 0.42 0 0.79 0.22 91.9 0.65 0.47
Hex 74 C8 2A 2A 0 4F 16 5C 41 2F
Octal 164 310 52 52 0 117 26 134 101 57
Binary 1110100 11001000 101010 101010 0 1001111 10110 1011100 1000001 101111

Color Harmonies of #74C82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C82A

Black with #74C82A

Text Example


Text Example

White with #74C82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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