Html Css Color HEX #74AF25 Lima

📋 copy color: '#74AF25'

red 116 ◦ green 175 ◦ blue 37

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

Shades of Lima #74AF25

Tints of Lima #74AF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.28%

R = 35.37%
G = 53.35%
B = 11.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#74AF25 (or 0x74AF25) is known color: Lima. HEX triplet: 74, AF and 25. RGB value is (116,175,37). Sum of RGB (Red+Green+Blue) = 116+175+37=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF25 is #8B50DA. Grayscale: #8E8E8E. Windows color (decimal): -9130203 or 2469748. OLE color: 2469748.

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

Color convert

RGB 116 175 37 -
CMYK 0.34 0 0.79 0.31
HSL 85.65º 0.65% 0.42% -
HSV(B) 85.65º 0.79% 0.69% -
XYZ 22.87 34.51 7.21 -
YUV 141.63 68.95 109.72 -
System Red Green Blue C M Y K H S L
Decimal 116 175 37 0.34 0 0.79 0.31 85.65 0.65 0.42
Hex 74 AF 25 22 0 4F 1F 56 41 2A
Octal 164 257 45 42 0 117 37 126 101 52
Binary 1110100 10101111 100101 100010 0 1001111 11111 1010110 1000001 101010

Color Harmonies of #74AF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF25

Black with #74AF25

Text Example


Text Example

White with #74AF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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