Html Css Color HEX #74AC27 Lima

📋 copy color: '#74AC27'

red 116 ◦ green 172 ◦ blue 39

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

Shades of Lima #74AC27

Tints of Lima #74AC27

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.6%

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

R = 35.47%
G = 52.6%
B = 11.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#74AC27 (or 0x74AC27) is known color: Lima. HEX triplet: 74, AC and 27. RGB value is (116,172,39). Sum of RGB (Red+Green+Blue) = 116+172+39=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC27 is #8B53D8. Grayscale: #8C8C8C. Windows color (decimal): -9130969 or 2600052. OLE color: 2600052.

HSL color Cylindrical-coordinate representation of color #74AC27: hue angle of 85.26º 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 #74AC27 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 172 39 -
CMYK 0.33 0 0.77 0.33
HSL 85.26º 0.63% 0.41% -
HSV(B) 85.26º 0.77% 0.67% -
XYZ 22.32 33.36 7.18 -
YUV 140.09 70.95 110.81 -
System Red Green Blue C M Y K H S L
Decimal 116 172 39 0.33 0 0.77 0.33 85.26 0.63 0.41
Hex 74 AC 27 21 0 4D 21 55 3F 29
Octal 164 254 47 41 0 115 41 125 77 51
Binary 1110100 10101100 100111 100001 0 1001101 100001 1010101 111111 101001

Color Harmonies of #74AC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC27

Black with #74AC27

Text Example


Text Example

White with #74AC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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