Html Css Color HEX #74AE23 Lima

📋 copy color: '#74AE23'

red 116 ◦ green 174 ◦ blue 35

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

Shades of Lima #74AE23

Tints of Lima #74AE23

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.54%

 BLUE value IS 35 (14.06% from 255) = 10.77%

R = 35.69%
G = 53.54%
B = 10.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#74AE23 (or 0x74AE23) is known color: Lima. HEX triplet: 74, AE and 23. RGB value is (116,174,35). Sum of RGB (Red+Green+Blue) = 116+174+35=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AE23 is #8B51DC. Grayscale: #8D8D8D. Windows color (decimal): -9130461 or 2338420. OLE color: 2338420.

HSL color Cylindrical-coordinate representation of color #74AE23: hue angle of 85.04º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74AE23 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 174 35 -
CMYK 0.33 0 0.80 0.32
HSL 85.04º 0.67% 0.41% -
HSV(B) 85.04º 0.8% 0.68% -
XYZ 22.64 34.11 6.98 -
YUV 140.81 68.28 110.3 -
System Red Green Blue C M Y K H S L
Decimal 116 174 35 0.33 0 0.80 0.32 85.04 0.67 0.41
Hex 74 AE 23 21 0 50 20 55 43 29
Octal 164 256 43 41 0 120 40 125 103 51
Binary 1110100 10101110 100011 100001 0 1010000 100000 1010101 1000011 101001

Color Harmonies of #74AE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AE23

Black with #74AE23

Text Example


Text Example

White with #74AE23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,174,35); }

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

background-color css

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

 a { background-color: rgb(116,174,35); }

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

border-color css

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

 span { border-color: rgb(116,174,35); }

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