Html Css Color HEX #74AE27 Lima

📋 copy color: '#74AE27'

red 116 ◦ green 174 ◦ blue 39

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

Shades of Lima #74AE27

Tints of Lima #74AE27

RGB

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

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

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

R = 35.26%
G = 52.89%
B = 11.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#74AE27 (or 0x74AE27) is known color: Lima. HEX triplet: 74, AE and 27. RGB value is (116,174,39). Sum of RGB (Red+Green+Blue) = 116+174+39=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AE27 is #8B51D8. Grayscale: #8D8D8D. Windows color (decimal): -9130457 or 2600564. OLE color: 2600564.

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

Color convert

RGB 116 174 39 -
CMYK 0.33 0 0.78 0.32
HSL 85.78º 0.63% 0.42% -
HSV(B) 85.78º 0.78% 0.68% -
XYZ 22.7 34.13 7.31 -
YUV 141.27 70.28 109.98 -
System Red Green Blue C M Y K H S L
Decimal 116 174 39 0.33 0 0.78 0.32 85.78 0.63 0.42
Hex 74 AE 27 21 0 4E 20 56 3F 2A
Octal 164 256 47 41 0 116 40 126 77 52
Binary 1110100 10101110 100111 100001 0 1001110 100000 1010110 111111 101010

Color Harmonies of #74AE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AE27

Black with #74AE27

Text Example


Text Example

White with #74AE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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