Html Css Color HEX #74AA27 Lima

📋 copy color: '#74AA27'

red 116 ◦ green 170 ◦ blue 39

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

Shades of Lima #74AA27

Tints of Lima #74AA27

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.31%

 BLUE value IS 39 (15.63% from 255) = 12%

R = 35.69%
G = 52.31%
B = 12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#74AA27 (or 0x74AA27) is known color: Lima. HEX triplet: 74, AA and 27. RGB value is (116,170,39). Sum of RGB (Red+Green+Blue) = 116+170+39=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA27 is #8B55D8. Grayscale: #8B8B8B. Windows color (decimal): -9131481 or 2599540. OLE color: 2599540.

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

Color convert

RGB 116 170 39 -
CMYK 0.32 0 0.77 0.33
HSL 84.73º 0.63% 0.41% -
HSV(B) 84.73º 0.77% 0.67% -
XYZ 21.94 32.61 7.06 -
YUV 138.92 71.61 111.65 -
System Red Green Blue C M Y K H S L
Decimal 116 170 39 0.32 0 0.77 0.33 84.73 0.63 0.41
Hex 74 AA 27 20 0 4D 21 55 3F 29
Octal 164 252 47 40 0 115 41 125 77 51
Binary 1110100 10101010 100111 100000 0 1001101 100001 1010101 111111 101001

Color Harmonies of #74AA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA27

Black with #74AA27

Text Example


Text Example

White with #74AA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,170,39); }

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

background-color css

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

 a { background-color: rgb(116,170,39); }

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

border-color css

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

 span { border-color: rgb(116,170,39); }

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