Html Css Color HEX #74AF2E Lima

📋 copy color: '#74AF2E'

red 116 ◦ green 175 ◦ blue 46

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

Shades of Lima #74AF2E

Tints of Lima #74AF2E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.93%

 BLUE value IS 46 (18.36% from 255) = 13.65%

R = 34.42%
G = 51.93%
B = 13.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#74AF2E (or 0x74AF2E) is known color: Lima. HEX triplet: 74, AF and 2E. RGB value is (116,175,46). Sum of RGB (Red+Green+Blue) = 116+175+46=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF2E is #8B50D1. Grayscale: #8F8F8F. Windows color (decimal): -9130194 or 3059572. OLE color: 3059572.

HSL color Cylindrical-coordinate representation of color #74AF2E: hue angle of 87.44º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74AF2E is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 175 46 -
CMYK 0.34 0 0.74 0.31
HSL 87.44º 0.58% 0.43% -
HSV(B) 87.44º 0.74% 0.69% -
XYZ 23.03 34.57 8.04 -
YUV 142.65 73.45 108.99 -
System Red Green Blue C M Y K H S L
Decimal 116 175 46 0.34 0 0.74 0.31 87.44 0.58 0.43
Hex 74 AF 2E 22 0 4A 1F 57 3A 2B
Octal 164 257 56 42 0 112 37 127 72 53
Binary 1110100 10101111 101110 100010 0 1001010 11111 1010111 111010 101011

Color Harmonies of #74AF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF2E

Black with #74AF2E

Text Example


Text Example

White with #74AF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,175,46); }

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

background-color css

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

 a { background-color: rgb(116,175,46); }

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

border-color css

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

 span { border-color: rgb(116,175,46); }

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