Html Css Color HEX #74C522 Lima

📋 copy color: '#74C522'

red 116 ◦ green 197 ◦ blue 34

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

Shades of Lima #74C522

Tints of Lima #74C522

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.77%

 BLUE value IS 34 (13.67% from 255) = 9.8%

R = 33.43%
G = 56.77%
B = 9.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#74C522 (or 0x74C522) is known color: Lima. HEX triplet: 74, C5 and 22. RGB value is (116,197,34). Sum of RGB (Red+Green+Blue) = 116+197+34=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #74C522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C522 is #8B3ADD. Grayscale: #9A9A9A. Windows color (decimal): -9124574 or 2278772. OLE color: 2278772.

HSL color Cylindrical-coordinate representation of color #74C522: hue angle of 89.82º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74C522 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 197 34 -
CMYK 0.41 0 0.83 0.23
HSL 89.82º 0.71% 0.45% -
HSV(B) 89.82º 0.83% 0.77% -
XYZ 27.46 43.76 8.51 -
YUV 154.2 60.16 100.75 -
System Red Green Blue C M Y K H S L
Decimal 116 197 34 0.41 0 0.83 0.23 89.82 0.71 0.45
Hex 74 C5 22 29 0 53 17 5A 47 2D
Octal 164 305 42 51 0 123 27 132 107 55
Binary 1110100 11000101 100010 101001 0 1010011 10111 1011010 1000111 101101

Color Harmonies of #74C522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C522

Black with #74C522

Text Example


Text Example

White with #74C522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,197,34); }

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

background-color css

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

 a { background-color: rgb(116,197,34); }

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

border-color css

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

 span { border-color: rgb(116,197,34); }

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