Html Css Color HEX #74AB25 Lima

📋 copy color: '#74AB25'

red 116 ◦ green 171 ◦ blue 37

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

Shades of Lima #74AB25

Tints of Lima #74AB25

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.78%

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

R = 35.8%
G = 52.78%
B = 11.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#74AB25 (or 0x74AB25) is known color: Lima. HEX triplet: 74, AB and 25. RGB value is (116,171,37). Sum of RGB (Red+Green+Blue) = 116+171+37=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB25 is #8B54DA. Grayscale: #8B8B8B. Windows color (decimal): -9131227 or 2468724. OLE color: 2468724.

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

Color convert

RGB 116 171 37 -
CMYK 0.32 0 0.78 0.33
HSL 84.63º 0.64% 0.41% -
HSV(B) 84.63º 0.78% 0.67% -
XYZ 22.1 32.97 6.95 -
YUV 139.28 70.28 111.4 -
System Red Green Blue C M Y K H S L
Decimal 116 171 37 0.32 0 0.78 0.33 84.63 0.64 0.41
Hex 74 AB 25 20 0 4E 21 55 40 29
Octal 164 253 45 40 0 116 41 125 100 51
Binary 1110100 10101011 100101 100000 0 1001110 100001 1010101 1000000 101001

Color Harmonies of #74AB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB25

Black with #74AB25

Text Example


Text Example

White with #74AB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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